app label
This commit is contained in:
parent
4ffa8f4907
commit
29c35eb308
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user