fix(settings): We use wsgi
This commit is contained in:
parent
fee28c598c
commit
49f1133fed
1 changed files with 2 additions and 2 deletions
|
@ -90,9 +90,9 @@ TEMPLATES = [
|
||||||
]
|
]
|
||||||
|
|
||||||
###
|
###
|
||||||
# ASGI application configuration
|
# WSGI application configuration
|
||||||
|
|
||||||
ASGI_APPLICATION = "app.asgi.application"
|
WSGI_APPLICATION = "app.wsgi.application"
|
||||||
|
|
||||||
###
|
###
|
||||||
# Database configuration
|
# Database configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue