Skip to content
Snippets Groups Projects
  • Nik | Klampfradler's avatar
    4d144bd0
    Replace django-dbsettings with django-constance · 4d144bd0
    Nik | Klampfradler authored
    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.
    Verified
    4d144bd0
    History
    Replace django-dbsettings with django-constance
    Nik | Klampfradler authored
    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.