Skip to content
Snippets Groups Projects

Migrate from constance to dynamic-preferences

Merged Nik | Klampfradler requested to merge feature/dynamic-preferences into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,7 +10,7 @@ from dynamic_preferences.users.registries import user_preferences_registry
general = Section("general")
theme = Section(_("theme")
theme = Section("theme")
mail = Section("mail")
notification = Section("notification")
footer = Section("footer")
Loading