This commit is contained in:
bkfox
2017-05-10 19:34:16 +02:00
parent f22b095491
commit 7a769c168b
3 changed files with 7 additions and 12 deletions

View File

@ -28,7 +28,7 @@ from .base_settings import *
# define TIME_ZONE before the call to timezone.activate
# TIME_ZONE = os.environ.get('TZ') or 'UTC'
TIME_ZONE = os.environ.get('TZ') or 'UTC'
timezone.activate(pytz.timezone(TIME_ZONE))