diff --git a/asyncron/apps.py b/asyncron/apps.py index 86ea225..6d2c96e 100644 --- a/asyncron/apps.py +++ b/asyncron/apps.py @@ -8,6 +8,8 @@ import pathlib, importlib, types class AsyncronConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' name = 'asyncron' + label = 'asyncron' + def ready( self ): try: names = settings.ASYNCRON['IMPORT_PER_APP']