Skip to content

Commit

Permalink
Updated Makefil and README to new waffle CLI syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsjen committed Aug 8, 2016
1 parent 5cbd6de commit c3175fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ validate_js: requirements.js
validate: validate_python validate_js

demo:
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
python manage.py waffle_switch show_engagement_forum_activity off --create
python manage.py waffle_switch enable_course_api off --create
python manage.py waffle_switch display_names_for_course_index off --create
python manage.py waffle_switch display_course_name_in_nav off --create

compile_translations:
cd analytics_dashboard && i18n_tool generate -v
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Feature Gating
Need a fallback to disable a feature? Create a [Waffle](http://waffle.readthedocs.org/en/latest/)
[switch](http://waffle.readthedocs.org/en/latest/types/switch.html):

$ ./manage.py switch feature_name [on/off] --create
$ ./manage.py waffle_switch feature_name [on/off] --create

See the [Waffle documentation](http://waffle.readthedocs.org/en/latest/) for
details on utilizing features in code and templates.
Expand Down

0 comments on commit c3175fa

Please sign in to comment.