Update README.rst

To be consistent with previous examples.
This commit is contained in:
Arkadiusz Adamski 2024-01-17 21:46:15 +01:00 committed by GitHub
parent ffe979b63c
commit 9dbd1b70a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ Or if you are not serving your app via WSGI but ASGI instead, you need to modify
import os
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mysite.settings')
os.environ.setdefault('DJANGO_CONFIGURATION', 'DEV')
os.environ.setdefault('DJANGO_CONFIGURATION', 'Dev')
from configurations.asgi import get_asgi_application