aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/settings.py')
-rwxr-xr-xsnakeplan/settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/snakeplan/settings.py b/snakeplan/settings.py
index 6da9ec1..0a9d681 100755
--- a/snakeplan/settings.py
+++ b/snakeplan/settings.py
@@ -1,3 +1,7 @@
1import os.path
2
3PROJECT_DIR = os.path.abspath(os.path.dirname(__file__))
4
1DEBUG = True 5DEBUG = True
2TEMPLATE_DEBUG = DEBUG 6TEMPLATE_DEBUG = DEBUG
3 7
@@ -43,6 +47,7 @@ MIDDLEWARE_CLASSES = (
43ROOT_URLCONF = 'snakeplan.urls' 47ROOT_URLCONF = 'snakeplan.urls'
44 48
45TEMPLATE_DIRS = ( 49TEMPLATE_DIRS = (
50 os.path.join(PROJECT_DIR, 'templates'),
46) 51)
47 52
48INSTALLED_APPS = ( 53INSTALLED_APPS = (