From e7f24189c6c71d69cbd13d3d0d3d61477174917e Mon Sep 17 00:00:00 2001 From: Niklas Brachmann Date: Thu, 17 Oct 2013 22:20:35 +0200 Subject: [PATCH] Disabled timezone support in settings - we only have one timezone at the LUG --- lugcash2/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lugcash2/settings.py b/lugcash2/settings.py index 926afe8..c983e3d 100644 --- a/lugcash2/settings.py +++ b/lugcash2/settings.py @@ -49,7 +49,7 @@ USE_I18N = True USE_L10N = True # If you set this to False, Django will not use timezone-aware datetimes. -USE_TZ = True +USE_TZ = False # Absolute filesystem path to the directory that will hold user-uploaded files. # Example: "/home/media/media.lawrence.com/media/"