[Answered ]-Django manage.py – Is there a way to get the –settings argument from the environment?

2👍

Yes. You should use DJANGO_SETTINGS_MODULE environment variable.

https://docs.djangoproject.com/en/1.8/topics/settings/#designating-the-settings

Leave a comment