We need to use a string
This commit is contained in:
parent
0b0926ba76
commit
ba1fa8c82c
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
from django.db.models import AutoField
|
||||
|
||||
|
||||
class AuthEnsConfig(AppConfig):
|
||||
name = "authens"
|
||||
default_auto_field = AutoField
|
||||
default_auto_field = "django.db.models.AutoField"
|
||||
|
|
Loading…
Reference in a new issue