Specify default auto field to avoid creating migrations by other apps using authens

This commit is contained in:
Tom Hubrecht 2022-08-27 17:44:12 +02:00
parent e1eb6cc577
commit 0b0926ba76

View file

@ -1,5 +1,7 @@
from django.apps import AppConfig
from django.db.models import AutoField
class AuthEnsConfig(AppConfig):
name = "authens"
default_auto_field = AutoField