From 9b1405ecda07830e78ac6bd9e85034c40122cef9 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 9 Mar 2021 12:06:02 +0000 Subject: [PATCH] another change but still not working --- core/apps.py | 3 +++ 1 file changed, 3 insertions(+) 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'