Remove useless config

This commit is contained in:
Alexandre Iooss 2019-08-16 13:46:12 +02:00
parent ba2ceef374
commit accaa965c8
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 0 additions and 4 deletions

View File

@ -152,7 +152,6 @@ STATIC_URL = '/static/'
# Med configuration
PAGINATION_NUMBER = 25
PAGINATION_LARGE_NUMBER = 8
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
@ -164,10 +163,7 @@ PASSWORD_HASHERS = [
AUTH_USER_MODEL = 'users.User'
MINIMUM_LEVEL = 0 # Découvert autorisé
SEARCH_RESULT = 15 # Affichage des résultats
MAX_EMPRUNT = 5 # Max emprunts
SEARCH_DISPLAY_PAGE = 20 # Affichage des resultats de recherche
try:
from .settings_local import *