Commit 3a917a41 by Clinton Blackburn

Updated Makefile to load daily enrollment data and set auth token

Change-Id: I83c82d915104e830e23fc150f707a039c74c06c6
parent cbd9134a
......@@ -50,6 +50,7 @@ syncdb:
$(foreach db_name,$(DATABASES),./manage.py syncdb --migrate --noinput --database=$(db_name);)
loaddata: syncdb
python manage.py loaddata courses education_levels single_course_activity course_enrollment_birth_year course_enrollment_education course_enrollment_gender problem_response_answer_distribution --database=analytics
python manage.py loaddata courses education_levels single_course_activity course_enrollment_birth_year course_enrollment_education course_enrollment_gender problem_response_answer_distribution course_enrollment_daily --database=analytics
demo: clean requirements loaddata
python manage.py set_api_key analytics analytics
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