set PROJECT_ROOT in settings to be safe

This commit is contained in:
sanj 2010-03-14 23:02:37 +05:30
parent 61563cef58
commit 2113e3fd47

View File

@ -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'),