diff --git a/openslides/default.settings.py b/openslides/default.settings.py index 7454fbd13..db8a07ef6 100644 --- a/openslides/default.settings.py +++ b/openslides/default.settings.py @@ -18,15 +18,12 @@ TEMPLATE_DEBUG = DEBUG TIME_ZONE = 'Europe/Berlin' -LANGUAGE_CODE = 'de' - # Make this unique, and don't share it with anybody. SECRET_KEY = '=(v@$58k$fcl4y8t2#q15y-9p=^45y&!$!ap$7xo6ub$akg-!5' -# Put your OpenSlides Plugins in this List +# Add OpenSlides plugins to this list (see example entry in comment) INSTALLED_PLUGINS = ( - +# 'pluginname', ) - INSTALLED_APPS += INSTALLED_PLUGINS