Merge pull request #73 from bparees/wsgi

switch wsgi_application value to wsgi.application
This commit is contained in:
Ben Parees 2017-01-03 12:42:12 -05:00 committed by GitHub
commit 175b94b4da

View file

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