Right now, to run locally, I have to modify the settings module. This is a bad developer experience. I would like to separate the settings module into base (common) settings, dev settings, and prod settings, and then set the correct settings module based on an environment variable. This is what we do in the HCI, and it works well.
Right now, to run locally, I have to modify the settings module. This is a bad developer experience. I would like to separate the settings module into base (common) settings, dev settings, and prod settings, and then set the correct settings module based on an environment variable. This is what we do in the HCI, and it works well.