Commit 3c2492cb by Clinton Blackburn

Merge pull request #269 from edx/make-update

Expanded demo target in Makefile
parents 1cb51b37 af822665
......@@ -57,8 +57,11 @@ validate_js: requirements.js
validate: validate_python validate_js
demo:
python manage.py switch show_engagement_forum_activity on --create
python manage.py switch display_verified_enrollment on --create
python manage.py switch show_engagement_forum_activity off --create
python manage.py switch enable_course_api off --create
python manage.py switch display_names_for_course_index off --create
python manage.py switch display_course_name_in_nav off --create
compile_translations:
cd analytics_dashboard && i18n_tool generate -v
......
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