annuaire/settings: Ajout de DEFAULT_AUTO_FIELD
This commit is contained in:
parent
b0226afa1e
commit
4606dbe9c2
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ DATABASES = {
|
|||
}
|
||||
}
|
||||
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
||||
|
||||
# Password validation
|
||||
# https://docs.djangoproject.com/en/dev/ref/settings/#auth-password-validators
|
||||
|
|
Loading…
Reference in a new issue