6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-11 09:35:06 +00:00

Fix docs on waffle switch creation

This commit is contained in:
Régis Behmo 2020-04-16 11:31:33 +02:00
parent bdc0cb04e2
commit 38d6644ef2

View File

@ -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>`__.