We need to use a string

This commit is contained in:
Tom Hubrecht 2022-08-27 17:53:32 +02:00
parent 0b0926ba76
commit ba1fa8c82c

View file

@ -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"