From: Diane Trout Date: Sat, 22 Dec 2007 02:04:25 +0000 (+0000) Subject: add a , to make customizing list of template dirs easier X-Git-Tag: 0.1.0~30 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=0c52be1dd51e9595e8ba43f2ee190e5689b00999 add a , to make customizing list of template dirs easier --- diff --git a/gaworkflow/frontend/settings.py b/gaworkflow/frontend/settings.py index fc79fb2..853cc1e 100644 --- a/gaworkflow/frontend/settings.py +++ b/gaworkflow/frontend/settings.py @@ -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 = (