Update WSGI_APPLICATION to point to the updated location of the wsgi script
authorDiane Trout <diane@caltech.edu>
Tue, 17 Dec 2013 19:44:26 +0000 (11:44 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 17 Dec 2013 19:44:26 +0000 (11:44 -0800)
htsworkflow/settings.py

index 73d1143ce58b0814b3f76266143bb944db770d9f..c7b7dfb6670dd8cb0d63661e696155bcc536cebd 100644 (file)
@@ -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