]> git.0d.be Git - panikweb.git/commitdiff
settings: declare PROJECT_PATH
authorFrédéric Péters <fpeters@0d.be>
Wed, 8 Jul 2020 08:09:31 +0000 (10:09 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 8 Jul 2020 08:09:31 +0000 (10:09 +0200)
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__)))
+PROJECT_PATH = os.path.dirname(os.path.dirname(__file__))
+
 ADMINS = (
     # ('Your Name', 'your_email@domain.com'),
 )