Browse Source

Fixed comment to be more accurate

Rafał Pitoń 11 years ago
parent
commit
452dced4cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/conf/defaults.py

+ 1 - 1
misago/conf/defaults.py

@@ -26,7 +26,7 @@ INSTALLED_APPS = (
 )
 )
 """
 """
 
 
-# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
+# Build paths inside the project like this: os.path.join(MISAGO_BASE_DIR, ...)
 import os
 import os
 MISAGO_BASE_DIR = os.path.dirname(os.path.dirname(__file__))
 MISAGO_BASE_DIR = os.path.dirname(os.path.dirname(__file__))