default auto field

This commit is contained in:
bleizi 2024-02-11 16:51:48 +01:00
parent 82fea65b5e
commit 399a32bece
No known key found for this signature in database
GPG Key ID: D46D7E3364433208
1 changed files with 3 additions and 0 deletions

View File

@ -300,3 +300,6 @@ PHONENUMBER_DEFAULT_REGION = 'FR'
# We add custom information to CAS, in order to give a normalized name to other services
CAS_AUTH_CLASS = 'member.auth.CustomAuthUser'
# Default field for primary key
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"