]> git.ozlabs.org Git - patchwork/blobdiff - apps/settings.py
settings: Make sure to use a tuple for TEMPLATE_DIRS
[patchwork] / apps / settings.py
index 3579ab7b06b116d510324b670870b493e0b38622..e663c48cc50426d818bf71b66c4c62129db0d38d 100644 (file)
@@ -73,7 +73,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(ROOT_DIR, 'templates')
+    os.path.join(ROOT_DIR, 'templates'),
 )
 # Absolute path to the directory that holds media.
 # Example: "/home/media/media.lawrence.com/"