From 180b5cac677b7bc245e7c0a71249a143d40026d9 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Wed, 12 Feb 2014 13:57:22 -0800 Subject: [PATCH] add default values for some application specific values --- htsworkflow/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index add3c37..aacb4ef 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -106,6 +106,10 @@ STATIC_URL = '/static/' ##### # Application specific settings +DEFAULT_PM = 5 + +# How often to recheck the result archive +RESCAN_DELAY=1 # Update this in settings_local to point to your flowcell result directory RESULT_HOME_DIR = os.path.join(BASE_DIR, 'test', 'results') -- 2.30.2