app label
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user