From 29c35eb3089fab664c7e05b6e609edf8085e37a7 Mon Sep 17 00:00:00 2001 From: aliqandil Date: Thu, 24 Oct 2024 15:07:37 +0330 Subject: [PATCH] app label --- asyncron/apps.py | 2 ++ 1 file changed, 2 insertions(+) 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']