diff --git a/core/apps.py b/core/apps.py index 44348da..8925cc3 100644 --- a/core/apps.py +++ b/core/apps.py @@ -39,6 +39,9 @@ class SuitConfig(DjangoSuitConfig): ], icon='fa fa-leaf'), ) + def ready(self): + super(SuitConfig, self).ready() + class CoreConfig(AppConfig): name = 'core'