Added missing default TIME_ZONE in default.settings.py.
This commit is contained in:
parent
39000c86a4
commit
44c4fffc25
@ -15,6 +15,9 @@ from openslides_settings import *
|
||||
DEBUG = True
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
# Set timezone
|
||||
TIME_ZONE = 'Europe/Berlin'
|
||||
|
||||
# Make this unique, and don't share it with anybody.
|
||||
SECRET_KEY = '=(v@$58k$fcl4y8t2#q15y-9p=^45y&!$!ap$7xo6ub$akg-!5'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user