Merge pull request #68 from coreydaley/github_12043_origin_image_test_failure
moving wsgi file and updating settings.py to work with updates to s2i-python-container changes
This commit is contained in:
commit
b7ce642586
2 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ TEMPLATES = [
|
|||
},
|
||||
]
|
||||
|
||||
WSGI_APPLICATION = 'project.wsgi.application'
|
||||
WSGI_APPLICATION = 'application'
|
||||
|
||||
|
||||
# Database
|
||||
|
|
Loading…
Reference in a new issue