Skip to content

Commit

Permalink
Fix docs on waffle switch creation
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Apr 16, 2020
1 parent bdc0cb0 commit 38d6644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ When I make changes to a course in the CMS, they are not taken into account by t

This issue should only happen in development mode. Long story short, it can be solved by creating a Waffle switch with the following command::
tutor dev run lms ./manage.py lms waffle_switch block_structure.invalidate_cache_on_publish --on --create
tutor dev run lms ./manage.py lms waffle_switch block_structure.invalidate_cache_on_publish on --create

If you'd like to learn more, please take a look at `this Github issue <https://github.com/overhangio/tutor/issues/302>`__.

0 comments on commit 38d6644

Please sign in to comment.