From 4973ba49f29b2b807395322295757f09cf94aebd Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 9 May 2011 14:54:47 -0700 Subject: [PATCH] Keep moving settings around until I can find a place that tests on multiple machines --- htsworkflow/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index 0f2d4da..255206d 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -170,7 +170,7 @@ TEMPLATE_DIRS = ( '/usr/share/python-support/python-django/django/contrib/admin/templates', #'/usr/lib/pymodules/python2.6/django/contrib/admin/templates/', os.path.join(os.path.split(__file__)[0], - 'htsworkflow', 'frontend','templates'), + 'frontend','templates'), ) INSTALLED_APPS = ( -- 2.30.2