summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 1b72dad..e6e0430 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -144,6 +144,7 @@ TEMPLATE_DIRS = [
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
ROOT_PATH + 'templates',
+ ROOT_PATH + '../chimere/templates',
]
TEMPLATE_CONTEXT_PROCESSORS = (