From ccc6f1af97e2630eb9b5a9b043f308030e61fdbc Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 7 May 2013 09:42:09 -0400 Subject: turned off django timezone support because it was doing womky things to dates --- config/settings/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/settings/settings.py') diff --git a/config/settings/settings.py b/config/settings/settings.py index 4030fc5..47b5562 100644 --- a/config/settings/settings.py +++ b/config/settings/settings.py @@ -28,7 +28,7 @@ SITE_URL = 'http://luxagraf.net/' GRAPPELLI_ADMIN_TITLE = 'Luxagraf Admin' USE_I18N = False USE_L10N = True -USE_TZ = True +USE_TZ = False #API key for Google Maps in Admin MAP_API = "google" -- cgit v1.2.3-70-g09d2