Browse Source

Merge pull request #73 from bparees/wsgi

switch wsgi_application value to wsgi.application
pull/74/head
Ben Parees 9 years ago
committed by GitHub
parent
commit
175b94b4da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      project/settings.py

+ 1
- 1
project/settings.py View File

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


Loading…
Cancel
Save