X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fsettings.py;h=494686269ba56910a981cabacee7e5c698ab0008;hb=d08a894246d03d0f859f69d23f1e8b3446d8c811;hp=a1412836a7ef59686ca2108a400070bee3dfe2d9;hpb=f07f9dba2d7725370376602e8d49dfce5d659f6b;p=htsworkflow.git diff --git a/htsworkflow/frontend/settings.py b/htsworkflow/frontend/settings.py index a141283..4946862 100644 --- a/htsworkflow/frontend/settings.py +++ b/htsworkflow/frontend/settings.py @@ -53,7 +53,7 @@ options = ConfigParser.SafeConfigParser( 'email_port': '25', 'database_engine': 'sqlite3', 'database_name': - os.path.abspath('/htsworkflow/htswfrontend/dev_fctracker.db'), + os.path.abspath('../../fctracker.db'), 'time_zone': 'America/Los_Angeles', 'default_pm': '5', 'link_flowcell_storage_device_url': "http://localhost:8000/inventory/lts/link/", @@ -164,6 +164,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. + '/usr/lib/pymodules/python2.6/django/contrib/admin/templates/', os.path.join(os.path.split(__file__)[0], 'templates'), )