Migrate from constance to dynamic-preferences
Compare changes
- Jonathan Weth authored
+ 1
− 0
@@ -112,6 +112,7 @@ MIDDLEWARE = [
Rationale: django-dynamic-preferences
allows defining global preferences and "instance preferences", i.e. user preferences, the same way. It is also way more sophisticated than constance and provides more possibilities for preference fields as well as rendering options.
Closes #162 (closed), advances #214 (closed) and others.