Removed LANGUAGE_CODE ('de') because django uses language selected by browser. Default language is 'en'.
This commit is contained in:
parent
79605531c5
commit
2186561b6e
@ -18,15 +18,12 @@ TEMPLATE_DEBUG = DEBUG
|
|||||||
|
|
||||||
TIME_ZONE = 'Europe/Berlin'
|
TIME_ZONE = 'Europe/Berlin'
|
||||||
|
|
||||||
LANGUAGE_CODE = 'de'
|
|
||||||
|
|
||||||
# Make this unique, and don't share it with anybody.
|
# Make this unique, and don't share it with anybody.
|
||||||
SECRET_KEY = '=(v@$58k$fcl4y8t2#q15y-9p=^45y&!$!ap$7xo6ub$akg-!5'
|
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 = (
|
INSTALLED_PLUGINS = (
|
||||||
|
# 'pluginname',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
INSTALLED_APPS += INSTALLED_PLUGINS
|
INSTALLED_APPS += INSTALLED_PLUGINS
|
||||||
|
Loading…
Reference in New Issue
Block a user