From e572bbfa8015671bed5178530946d1ab9297aa7e Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Mon, 7 May 2018 11:14:13 +0300 Subject: [PATCH] Don't use tz --- project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/settings.py b/project/settings.py index bc021332..e72c3c78 100644 --- a/project/settings.py +++ b/project/settings.py @@ -149,7 +149,7 @@ USE_I18N = True USE_L10N = True -USE_TZ = True +# USE_TZ = True # Static files (CSS, JavaScript, Images)