Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-data-api
Commits
1a0cd5bb
Commit
1a0cd5bb
authored
Sep 03, 2014
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary fixture
parent
25ef8334
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
48 deletions
+1
-48
Makefile
+1
-1
analytics_data_api/fixtures/single_course_activity.json
+0
-47
No files found.
Makefile
View file @
1a0cd5bb
...
...
@@ -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
...
...
analytics_data_api/fixtures/single_course_activity.json
deleted
100644 → 0
View file @
25ef8334
[
{
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment