Commit 8ffcebad authored by Michal Čihař's avatar Michal Čihař

Enable timezone support

Issue #892

Fixes rb#320
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 0022b6cd
......@@ -129,7 +129,7 @@ USE_I18N = True
USE_L10N = True
# If you set this to False, Django will not use timezone-aware datetimes.
USE_TZ = False
USE_TZ = True
# URL prefix to use, please see documentation for more details
URL_PREFIX = ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment