This allows me to have a base settings file which the others inherit from, and all settings are tracked in git apart from passwords which are stored in credentials.py.
Unlike some other approaches, installed apps are just defined once (in the base), but apps can be added/removed for each environment.
Unlike some other approaches, installed apps are just defined once (in the base), but apps can be added/removed for each environment.