Skip to content
Snippets Groups Projects
Verified Commit 4e484844 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Call super in CoreConfig.ready

parent ad44b24c
No related branches found
No related tags found
1 merge request!217Migrate from constance to dynamic-preferences
......@@ -31,6 +31,8 @@ class CoreConfig(AppConfig):
)
def ready(self):
super().ready()
SitePreferenceModel = self.get_model('SitePreferenceModel')
PersonPreferenceModel = self.get_model('PersonPreferenceModel')
GroupPreferenceModel = self.get_model('GroupPreferenceModel')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment