I am having some trouble setting the DJANGO_SETTINGS_MODULE for my Django project.
I have a directory at ~/dev/django-project. In this directory I have
I know there are plenty answers, but this one worked for me just for the record.
.virtual_env folder where all the virtual environments are.export DJANGO_SETTINGS_MODULE=.settings
or export DJANGO_SETTINGS_MODULE=.settings.local if you are using a separate settings file stored in a settings folder.