diff --git a/calebasse/settings.py b/calebasse/settings.py index 053fe199..8b5ab259 100644 --- a/calebasse/settings.py +++ b/calebasse/settings.py @@ -126,7 +126,7 @@ TEMPLATE_DIRS = ( # 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. - os.path.join(PROJECT_PATH, "templates") + os.path.join(PROJECT_PATH, "templates"), ) TEMPLATE_CONTEXT_PROCESSORS = ("django.contrib.auth.context_processors.auth",