add a , to make customizing list of template dirs easier
authorDiane Trout <diane@caltech.edu>
Sat, 22 Dec 2007 02:04:25 +0000 (02:04 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 22 Dec 2007 02:04:25 +0000 (02:04 +0000)
gaworkflow/frontend/settings.py

index fc79fb21c0a8611906ad2818a057521fa26715e6..853cc1e40de4f96b7c63b63199afda984f1a0679 100644 (file)
@@ -72,7 +72,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.abspath("../../templates")
+    os.path.abspath("../../templates"),
 )
 
 INSTALLED_APPS = (