From: Diane Trout Date: Tue, 17 Dec 2013 19:44:26 +0000 (-0800) Subject: Update WSGI_APPLICATION to point to the updated location of the wsgi script X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=107c68a1251ead22948bfaf77e7ae3e2331ee27d Update WSGI_APPLICATION to point to the updated location of the wsgi script --- 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