From 38d6644ef27e166ac2b3ee9fd077d218406bb28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 16 Apr 2020 11:31:33 +0200 Subject: [PATCH] Fix docs on waffle switch creation --- docs/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 757e039..f7d3c25 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -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 `__. \ No newline at end of file