Also eine Basis-settings.py erweitern mit eigenen Einstellungen.
Bisher nutzte ich dazu die "local_settings.py" Geschichte. Aber vielleicht gibt es mittlerweile was besseres?
EDIT: Sehe gerade, es gibt eine Wiki Seite dazu: https://code.djangoproject.com/wiki/SplitSettings
u.a. mit links zu:
* https://github.com/matthewwithanm/djang ... edsettings
* https://github.com/2general/django-split-settings
* https://github.com/hrbonz/django-flexisettings
* https://github.com/jezdez/django-configurations
Wobei letzteres am aktuellsten ist (Was den letzten commit anbelangt)
EDIT2: Und noch mehr Auswahl: https://www.djangopackages.com/grids/g/configuration/
