From dda84e6b0013583edb88fb5d5d620c0a2fbb1035 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Thu, 18 Jun 2015 23:35:10 -0700 Subject: [PATCH] delay end of quarter by a month --- flashy/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashy/settings.py b/flashy/settings.py index 1b55912..e92e5f2 100644 --- a/flashy/settings.py +++ b/flashy/settings.py @@ -106,7 +106,7 @@ USE_TZ = True TIME_ZONE = 'America/Los_Angeles' QUARTER_START = UTC.localize(datetime(2015, 3, 30)) -QUARTER_END = UTC.localize(datetime(2015, 6, 12)) +QUARTER_END = UTC.localize(datetime(2015, 7, 12)) STATIC_URL = '/static/' STATIC_ROOT = 'static' -- 1.9.1