Make it easy to use development settings in local development environment #30
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
We currently have some development settings contained in
core.settings.dev
. However, those settings are not used when runningpython manage.py runserver
.We can add a note in our README or CONTRIBUTING document about using
DJANGO_SETTINGS_MODULE
to specify the development settings in a Django project.For bonus points, we might provide a
.env
file with the correct setting already defined..`The text was updated successfully, but these errors were encountered: