From: Brandon King Date: Thu, 13 May 2010 21:32:54 +0000 (+0000) Subject: Default to pointing to the Ubuntu python location for django admin templates. X-Git-Tag: 0.4.1~1 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=eb050389461566bddf577f7d6a1c56ac0ec24238 Default to pointing to the Ubuntu python location for django admin templates. --- 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'), )