Currently, we use settings.py directly. If we want to deploy a new feature with default settings, we need to modify the settings.py file and run the auto deployment scripts. The best way is to use environment variables and keep the settings.py to read the env and pre-fill the default values.
Currently, we use settings.py directly. If we want to deploy a new feature with default settings, we need to modify the settings.py file and run the auto deployment scripts. The best way is to use environment variables and keep the settings.py to read the env and pre-fill the default values.