[Fixed]-How to configure Django settings for different environments in a modular way?

1👍

Just set DJANGO_SETTINGS_MODULE in environment variables to your desired config file.

That won’t make you to change any of other services config files, and you don’t even need to change django settings files.

0👍

Have a look at the Django Configurations package.

👤allo

Leave a comment