Commit 073e4d32 by Brian Wilson

Update fixture for answer_distribution. Change date on course data generation.

parent ea030bf0
......@@ -184,7 +184,7 @@ class Command(BaseCommand):
course_id = 'edX/DemoX/Demo_Course'
video_id = '0fac49ba'
video_module_id = 'i4x-edX-DemoX-video-5c90cffecd9b48b188cbfea176bf7fe9'
start_date = datetime.datetime(year=2014, month=1, day=1, tzinfo=timezone.utc)
start_date = datetime.datetime(year=2015, month=1, day=1, tzinfo=timezone.utc)
num_weeks = options['num_weeks']
if num_weeks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment