Ajout modèles membres/agenda/documents
This commit is contained in:
parent
babd9f2aba
commit
3d1b8a9bee
6 changed files with 368 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ DATABASES = {
|
|||
"NAME": BASE_DIR / "db.sqlite3",
|
||||
}
|
||||
}
|
||||
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
||||
# Password validation
|
||||
# https://docs.djangoproject.com/en/5.2/ref/settings/#auth-password-validators
|
||||
|
|
@ -88,6 +88,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
|||
"NAME": "django.contrib.auth.password_validation.NumericPasswordValidator",
|
||||
},
|
||||
]
|
||||
AUTH_USER_MODEL = "beesgospel.User"
|
||||
|
||||
|
||||
# Internationalization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue