TEMPLATE_DIRS must now be a tuple
This commit is contained in:
parent
cde08b8cfa
commit
f6816ce9ff
|
@ -135,7 +135,7 @@ ROOT_URLCONF = 'dynastie.urls'
|
|||
WSGI_APPLICATION = 'dynastie.wsgi.application'
|
||||
|
||||
TEMPLATE_DIRS = (
|
||||
dynastie_root
|
||||
dynastie_root,
|
||||
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
|
||||
# Always use forward slashes, even on Windows.
|
||||
# Don't forget to use absolute paths, not relative paths.
|
||||
|
|
Loading…
Reference in New Issue
Block a user