Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
To be consistent with previous examples.
  • Loading branch information
ar4s authored Jan 17, 2024
1 parent ffe979b commit 9dbd1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dbd1b7

Please sign in to comment.