]> git.0d.be Git - panikweb.git/blobdiff - panikweb/settings.py
settings: declare PROJECT_PATH
[panikweb.git] / panikweb / settings.py
index 77bdf60f4c03075646361d3bf2ea50460e01f209..7325851e916f239f12eaa3fca1555c6c3dd48199 100644 (file)
@@ -9,6 +9,8 @@ DEBUG = True  # Turn off for production
 DEBUG_TOOLBAR = False
 
 PROJECT_DIR = os.path.normpath(os.path.dirname(os.path.dirname(__file__)))
 DEBUG_TOOLBAR = False
 
 PROJECT_DIR = os.path.normpath(os.path.dirname(os.path.dirname(__file__)))
+PROJECT_PATH = os.path.dirname(os.path.dirname(__file__))
+
 ADMINS = (
     # ('Your Name', 'your_email@domain.com'),
 )
 ADMINS = (
     # ('Your Name', 'your_email@domain.com'),
 )