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.