]> git.0d.be Git - panikweb-esperanzah.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:59 +0000 (10:09 +0200)
panikweb/settings.py

index b488348c627820ebb49b28552601e44d1ece495c..1ee2c3b023bb7697c20fe4a7fa026308b73d1576 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'),
 )