6👍
✅
If you are using gunicorn
, for example, you could pass the settings for each gunicorn instance using --settings=your_project.settings.production
argument.
You could do the same if you are running the apps with runserver
(which is a bad option for production environments).
Source:stackexchange.com