From 107c68a1251ead22948bfaf77e7ae3e2331ee27d Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 17 Dec 2013 11:44:26 -0800 Subject: [PATCH] Update WSGI_APPLICATION to point to the updated location of the wsgi script --- htsworkflow/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index 73d1143..c7b7dfb 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -67,7 +67,7 @@ TEMPLATE_DIRS = ( ROOT_URLCONF = 'htsworkflow.frontend.urls' -WSGI_APPLICATION = 'htsworkflow.frontend.wsgi.application' +WSGI_APPLICATION = 'htsworkflow.wsgi.application' # Database # https://docs.djangoproject.com/en/1.6/ref/settings/#databases -- 2.30.2