Made empty placeholders the default.

This commit is contained in:
2018-01-19 10:51:53 +01:00
parent a9f3e2e0cb
commit 14a88de9c6
2 changed files with 32 additions and 33 deletions

View File

@@ -23,6 +23,10 @@ STATIC_ROOT = os.path.join(BASE_VAR_DIR, 'www', 'static')
LANGUAGE_CODE = 'de'
BOOTSTRAP3 = {
'set_placeholder': False,
}
LOGGING = {
'version': 1,
'disable_existing_loggers': False,