mostly auth stuff.

This commit is contained in:
2018-01-19 16:16:39 +01:00
parent b72b5a519f
commit 3f9cc11dbd
9 changed files with 174 additions and 48 deletions

View File

@@ -23,6 +23,8 @@ STATIC_ROOT = os.path.join(BASE_VAR_DIR, 'www', 'static')
LANGUAGE_CODE = 'de'
LOGIN_URL = 'dav_events:login'
BOOTSTRAP3 = {
'set_placeholder': False,
}