Skip to content
Snippets Groups Projects

Replace django-dbsettings with django-constance

Merged Nik | Klampfradler requested to merge replace-dbsettings into master
All threads resolved!
Compare changes
  • Side-by-side
  • Inline
Files
9
  • Rationale: django-constance is a bit better maintained and has some
    features we need, e.g. injecting config into templates through a context
    processor. Also, decoupling the settings definitions from import time
    allows us to implement lazy access to the config, so we can later access
    them in other variables insettings.py directly.
Loading