moving wsgi file and updating settings.py to work with updates to s2i-python-container changes
This commit is contained in:
parent
253aa3570f
commit
43bd6dcc57
2 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ TEMPLATES = [
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
WSGI_APPLICATION = 'project.wsgi.application'
|
WSGI_APPLICATION = 'application'
|
||||||
|
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
|
|
Loading…
Reference in a new issue