switch wsgi_application value to wsgi.application
This commit is contained in:
parent
9f04dc0f07
commit
6c4846b113
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ TEMPLATES = [
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
WSGI_APPLICATION = 'application'
|
WSGI_APPLICATION = 'wsgi.application'
|
||||||
|
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
|
|
Loading…
Reference in a new issue