another change but still not working

This commit is contained in:
Sam
2021-03-09 12:06:02 +00:00
parent 170ca94022
commit 9b1405ecda

View File

@@ -39,6 +39,9 @@ class SuitConfig(DjangoSuitConfig):
], icon='fa fa-leaf'),
)
def ready(self):
super(SuitConfig, self).ready()
class CoreConfig(AppConfig):
name = 'core'