Browse Source

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
pull/69/head
Ben Parees 9 years ago
committed by GitHub
parent
commit
b7ce642586
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      project/settings.py
  2. +0
    -0
      wsgi.py

+ 1
- 1
project/settings.py View File

@ -76,7 +76,7 @@ TEMPLATES = [
},
]
WSGI_APPLICATION = 'project.wsgi.application'
WSGI_APPLICATION = 'application'
# Database


project/wsgi.py → wsgi.py View File


Loading…
Cancel
Save