From f6816ce9ff1759a67ef8580b1107cb2de769be20 Mon Sep 17 00:00:00 2001 From: Gregory Soutade Date: Tue, 29 Sep 2015 08:16:17 +0200 Subject: [PATCH] TEMPLATE_DIRS must now be a tuple --- dynastie/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynastie/settings.py b/dynastie/settings.py index bc01363..90fce58 100755 --- a/dynastie/settings.py +++ b/dynastie/settings.py @@ -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.