I'm trying to deploy my Django app I've split the settings.py and put in a settings folder. Now before I run my server, I must first this
set DJANGO_SETTINGS_MODULE=src.settings.dev
How can I make the above command to be automatic so I don't have type it every time before running the server .thanks