asgi + daphne
This commit is contained in:
parent
6f4282d96e
commit
9bf24b072b
7 changed files with 76 additions and 31 deletions
|
|
@ -99,7 +99,7 @@ TEMPLATES = [
|
|||
]
|
||||
|
||||
WSGI_APPLICATION = 'testapi.wsgi.application'
|
||||
|
||||
ASGI_APPLICATION = 'testapi.asgi.application'
|
||||
|
||||
# Database
|
||||
# https://docs.djangoproject.com/en/5.1/ref/settings/#databases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue