Browse Source
moving wsgi file and updating settings.py to work with updates to s2i-python-container changes
pull/68/head
Corey Daley
9 years ago
No known key found for this signature in database
GPG Key ID: DC5CDE9CA8AA3A9E
2 changed files with
1 additions and
1 deletions
-
project/settings.py
-
wsgi.py
|
|
@ -76,7 +76,7 @@ TEMPLATES = [ |
|
|
}, |
|
|
}, |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
WSGI_APPLICATION = 'project.wsgi.application' |
|
|
|
|
|
|
|
|
WSGI_APPLICATION = 'application' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Database |
|
|
# Database |
|
|
|