X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fsettings.py;h=73d1143ce58b0814b3f76266143bb944db770d9f;hp=c366ce32a238deac74491ad3300a7d2d343bf11f;hb=d34bbae0af8c7143bf459717ebb00762c02b6da0;hpb=125a2f05ae50945b0bd7c9f878de885c91f213eb diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index c366ce3..73d1143 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -66,7 +66,6 @@ TEMPLATE_DIRS = ( ) ROOT_URLCONF = 'htsworkflow.frontend.urls' -#ROOT_URLCONF='wsgiexample.urls' WSGI_APPLICATION = 'htsworkflow.frontend.wsgi.application' @@ -98,8 +97,14 @@ USE_TZ = True # https://docs.djangoproject.com/en/1.6/howto/static-files/ STATIC_URL = '/static/' + +##### +# Application specific settings +# Update this in settings_local to point to your flowcell result directory +RESULT_HOME_DIR = os.path.join(BASE_DIR, 'test', 'results') + try: # allow local customizations from settings_local import * except ImportError as e: - pass \ No newline at end of file + pass