]> 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:12:01 +0000 (10:12 +0200)
panikweb/settings.py

index 03a81f3ea25ec3dc6668bdfe47f778672c9babed..8fc84833f77cdbd6cf865ab7dd43652d59756f0a 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'),
 )