mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Update README.rst
To be consistent with previous examples.
This commit is contained in:
parent
ef4f49d236
commit
880484d3b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue