Merge pull request #3411 from emanuelschuetze/stylistic-remarks

Fixed two stylistic remarks.
This commit is contained in:
Emanuel Schütze 2017-09-18 11:16:39 +02:00 committed by GitHub
commit 61f59b962d
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