From eb050389461566bddf577f7d6a1c56ac0ec24238 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Thu, 13 May 2010 21:32:54 +0000 Subject: [PATCH] Default to pointing to the Ubuntu python location for django admin templates. --- htsworkflow/frontend/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htsworkflow/frontend/settings.py b/htsworkflow/frontend/settings.py index 4946862..55b3cef 100644 --- a/htsworkflow/frontend/settings.py +++ b/htsworkflow/frontend/settings.py @@ -164,7 +164,8 @@ 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. - '/usr/lib/pymodules/python2.6/django/contrib/admin/templates/', + '/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], 'templates'), ) -- 2.30.2