Revision 6bc674ea
Added by Mikaël Ates almost 10 years ago
calebasse/settings.py | ||
---|---|---|
126 | 126 |
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |
127 | 127 |
# Always use forward slashes, even on Windows. |
128 | 128 |
# Don't forget to use absolute paths, not relative paths. |
129 |
os.path.join(PROJECT_PATH, "templates") |
|
129 |
os.path.join(PROJECT_PATH, "templates"),
|
|
130 | 130 |
) |
131 | 131 |
|
132 | 132 |
TEMPLATE_CONTEXT_PROCESSORS = ("django.contrib.auth.context_processors.auth", |
Also available in: Unified diff
settings: TEMPLATE_DIRS is a list.