Fixed two stylistic remarks.

This commit is contained in:
Emanuel Schütze 2017-09-18 09:40:57 +02:00
parent c4a25637d6
commit 6f4d122e0f
2 changed files with 2 additions and 0 deletions

View File

@ -143,5 +143,6 @@ CHANNEL_LAYERS = {
},
}
# Enable updating the last_login field for users on every login.
ENABLE_LAST_LOGIN_FIELD = False

View File

@ -141,6 +141,7 @@ MEDIA_ROOT = os.path.join(OPENSLIDES_USER_DATA_PATH, 'media', '')
# https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#module-django.contrib.auth.password_validation
# AUTH_PASSWORD_VALIDATORS = []
# Customization of OpenSlides apps
MOTION_IDENTIFIER_MIN_DIGITS = 1