From 43bd6dcc57c22bd2d92e73adde7692dccbbea92f Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Fri, 2 Dec 2016 10:28:48 -0500 Subject: [PATCH] moving wsgi file and updating settings.py to work with updates to s2i-python-container changes --- project/settings.py | 2 +- project/wsgi.py => wsgi.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename project/wsgi.py => wsgi.py (100%) diff --git a/project/settings.py b/project/settings.py index b0c0fa6b..fde63992 100644 --- a/project/settings.py +++ b/project/settings.py @@ -76,7 +76,7 @@ TEMPLATES = [ }, ] -WSGI_APPLICATION = 'project.wsgi.application' +WSGI_APPLICATION = 'application' # Database diff --git a/project/wsgi.py b/wsgi.py similarity index 100% rename from project/wsgi.py rename to wsgi.py