app label
This commit is contained in:
parent
4ffa8f4907
commit
29c35eb308
|
|
@ -8,6 +8,8 @@ import pathlib, importlib, types
|
||||||
class AsyncronConfig(AppConfig):
|
class AsyncronConfig(AppConfig):
|
||||||
default_auto_field = 'django.db.models.BigAutoField'
|
default_auto_field = 'django.db.models.BigAutoField'
|
||||||
name = 'asyncron'
|
name = 'asyncron'
|
||||||
|
label = 'asyncron'
|
||||||
|
|
||||||
|
|
||||||
def ready( self ):
|
def ready( self ):
|
||||||
try: names = settings.ASYNCRON['IMPORT_PER_APP']
|
try: names = settings.ASYNCRON['IMPORT_PER_APP']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user