Specify default auto field to avoid creating migrations by other apps using authens
This commit is contained in:
parent
e1eb6cc577
commit
0b0926ba76
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
from django.db.models import AutoField
|
||||
|
||||
|
||||
class AuthEnsConfig(AppConfig):
|
||||
name = "authens"
|
||||
default_auto_field = AutoField
|
||||
|
|
Loading…
Reference in a new issue