app label

This commit is contained in:
aliqandil 2024-10-24 15:07:37 +03:30
parent 4ffa8f4907
commit 29c35eb308

View File

@ -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']