Default to pointing to the Ubuntu python location for django admin templates.
authorBrandon King <kingb@caltech.edu>
Thu, 13 May 2010 21:32:54 +0000 (21:32 +0000)
committerBrandon King <kingb@caltech.edu>
Thu, 13 May 2010 21:32:54 +0000 (21:32 +0000)
htsworkflow/frontend/settings.py

index 494686269ba56910a981cabacee7e5c698ab0008..55b3cef65e6c389b4ed4852407b50886a4ba8010 100644 (file)
@@ -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'),
 )