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
parent
commit
43bd6dcc57
No known key found for this signature in database GPG Key ID: DC5CDE9CA8AA3A9E
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 # Database


project/wsgi.py → wsgi.py View File


Loading…
Cancel
Save