From 253d615755161820617ccaf7d65428bd93b59734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Tue, 17 May 2016 14:15:22 +0200 Subject: [PATCH] Fixed example text in settings. --- openslides/utils/settings.py.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/utils/settings.py.tpl b/openslides/utils/settings.py.tpl index 2b9aa4efd..d8f1b09a5 100644 --- a/openslides/utils/settings.py.tpl +++ b/openslides/utils/settings.py.tpl @@ -33,7 +33,7 @@ TEMPLATE_DEBUG = DEBUG # Add plugins to this list (see example entry in comment). INSTALLED_PLUGINS += ( -# 'pluginname', +# 'plugin_module_name', ) INSTALLED_APPS += INSTALLED_PLUGINS