Merge pull request #3411 from emanuelschuetze/stylistic-remarks
Fixed two stylistic remarks.
This commit is contained in:
commit
61f59b962d
@ -143,5 +143,6 @@ CHANNEL_LAYERS = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Enable updating the last_login field for users on every login.
|
# Enable updating the last_login field for users on every login.
|
||||||
ENABLE_LAST_LOGIN_FIELD = False
|
ENABLE_LAST_LOGIN_FIELD = False
|
||||||
|
@ -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
|
# https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#module-django.contrib.auth.password_validation
|
||||||
# AUTH_PASSWORD_VALIDATORS = []
|
# AUTH_PASSWORD_VALIDATORS = []
|
||||||
|
|
||||||
|
|
||||||
# Customization of OpenSlides apps
|
# Customization of OpenSlides apps
|
||||||
|
|
||||||
MOTION_IDENTIFIER_MIN_DIGITS = 1
|
MOTION_IDENTIFIER_MIN_DIGITS = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user