From 6f4d122e0fe5608d72efa5940aa1660f90d515e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Mon, 18 Sep 2017 09:40:57 +0200 Subject: [PATCH] Fixed two stylistic remarks. --- openslides/global_settings.py | 1 + openslides/utils/settings.py.tpl | 1 + 2 files changed, 2 insertions(+) diff --git a/openslides/global_settings.py b/openslides/global_settings.py index 44ae53e6d..2487d7d68 100644 --- a/openslides/global_settings.py +++ b/openslides/global_settings.py @@ -143,5 +143,6 @@ CHANNEL_LAYERS = { }, } + # Enable updating the last_login field for users on every login. ENABLE_LAST_LOGIN_FIELD = False diff --git a/openslides/utils/settings.py.tpl b/openslides/utils/settings.py.tpl index 59b94b73a..41d5b548d 100644 --- a/openslides/utils/settings.py.tpl +++ b/openslides/utils/settings.py.tpl @@ -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