This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
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
253aa3570f
43bd6dcc57
commit
b7ce642586
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
project/settings.py
+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
Write
Preview
Loading…
Cancel
Save