1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 01:58:23 +02:00

Import data of old database

This commit is contained in:
Yohann D'ANELLO
2020-04-29 06:52:39 +02:00
parent bc869241b6
commit 1ba789411d
7 changed files with 412 additions and 109 deletions

View File

@ -113,6 +113,11 @@ AUTH_PASSWORD_VALIDATORS = [
AUTH_USER_MODEL = 'member.TFJMUser'
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
'django.contrib.auth.hashers.BCryptPasswordHasher',
]
# Internationalization
# https://docs.djangoproject.com/en/3.0/topics/i18n/