set PROJECT_ROOT in settings to be safe
This commit is contained in:
parent
61563cef58
commit
2113e3fd47
|
@ -12,6 +12,7 @@ LOGGING_SHOW_METRICS = True
|
|||
LOGGING_OUTPUT_ENABLED = True
|
||||
|
||||
PROJECT_PATH = os.path.dirname(__file__)
|
||||
PROJECT_ROOT = PROJECT_PATH
|
||||
|
||||
ADMINS = (
|
||||
# ('Your Name', 'your_email@domain.com'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user