From ff79e36006ce1acd7ea6dd5075c651eb54b0b3d2 Mon Sep 17 00:00:00 2001 From: Emilien Klein Date: Thu, 20 Sep 2012 00:31:39 +0200 Subject: [PATCH] Go back to being timezone-aware (reverts 36b2501b9a5f472d7bf289fe95ef723bb6b6318f) --- flosstalks/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flosstalks/settings.py b/flosstalks/settings.py index 59db774..9a22bfb 100644 --- a/flosstalks/settings.py +++ b/flosstalks/settings.py @@ -94,7 +94,7 @@ USE_L10N = True # If you set this to False, Django will not use timezone-aware datetimes. -USE_TZ = False +USE_TZ = True # Absolute filesystem path to the directory that will hold user-uploaded files. # Example: "/home/media/media.lawrence.com/media/"