Commit 1a0cd5bb by Clinton Blackburn

Removed unnecessary fixture

parent 25ef8334
......@@ -50,7 +50,7 @@ syncdb:
$(foreach db_name,$(DATABASES),./manage.py syncdb --migrate --noinput --database=$(db_name);)
loaddata: syncdb
python manage.py loaddata education_levels single_course_activity problem_response_answer_distribution --database=analytics
python manage.py loaddata education_levels problem_response_answer_distribution --database=analytics
python manage.py generate_fake_course_data
demo: clean requirements loaddata
......
[
{
"pk": 40,
"model": "v0.CourseActivityByWeek",
"fields": {
"course_id": "edX/DemoX/Demo_Course",
"interval_start": "2014-05-24T00:00:00Z",
"activity_type": "posted_forum",
"count": 100,
"interval_end": "2014-06-01T00:00:00Z"
}
},
{
"pk": 106,
"model": "v0.CourseActivityByWeek",
"fields": {
"course_id": "edX/DemoX/Demo_Course",
"interval_start": "2014-05-24T00:00:00Z",
"activity_type": "attempted_problem",
"count": 200,
"interval_end": "2014-06-01T00:00:00Z"
}
},
{
"pk": 201,
"model": "v0.CourseActivityByWeek",
"fields": {
"course_id": "edX/DemoX/Demo_Course",
"interval_start": "2014-05-24T00:00:00Z",
"activity_type": "any",
"count": 300,
"interval_end": "2014-06-01T00:00:00Z"
}
},
{
"pk": 725,
"model": "v0.CourseActivityByWeek",
"fields": {
"course_id": "edX/DemoX/Demo_Course",
"interval_start": "2014-05-24T00:00:00Z",
"activity_type": "played_video",
"count": 400,
"interval_end": "2014-06-01T00:00:00Z"
}
}
]
\ No newline at end of file
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