Commit dda84e6b0013583edb88fb5d5d620c0a2fbb1035

Authored by Andrew Buss
1 parent 0b29a62e06
Exists in master

delay end of quarter by a month

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

flashy/settings.py View file @ dda84e6
... ... @@ -106,7 +106,7 @@
106 106 TIME_ZONE = 'America/Los_Angeles'
107 107  
108 108 QUARTER_START = UTC.localize(datetime(2015, 3, 30))
109   -QUARTER_END = UTC.localize(datetime(2015, 6, 12))
  109 +QUARTER_END = UTC.localize(datetime(2015, 7, 12))
110 110  
111 111 STATIC_URL = '/static/'
112 112 STATIC_ROOT = 'static'