From 785c73a0cd364ef348695949de00de82322d0eba Mon Sep 17 00:00:00 2001 From: Alvaro Leonel Date: Thu, 7 Jun 2018 23:02:35 -0300 Subject: [PATCH] Use of timezone in exemple --- notifications/tests/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/notifications/tests/settings.py b/notifications/tests/settings.py index 4c0ad8b..bd13d81 100644 --- a/notifications/tests/settings.py +++ b/notifications/tests/settings.py @@ -65,3 +65,4 @@ APPEND_SLASH = True DJANGO_NOTIFICATIONS_CONFIG = { 'USE_JSONFIELD': True, } +USE_TZ = True