TEMPLATE_DIRS must now be a tuple

This commit is contained in:
Gregory Soutade 2015-09-29 08:16:17 +02:00
parent cde08b8cfa
commit f6816ce9ff
1 changed files with 1 additions and 1 deletions

View File

@ -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.