From bf468ac64fdc4f72c4b794de07beeadc21b878ca Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 23 Aug 2025 04:00:02 -0700 Subject: [PATCH] Documentation: fix cache invalidation command in documentation (#10665) --- docs/administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration.md b/docs/administration.md index 3fe8bc19a..ddf51bf9a 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -471,7 +471,7 @@ Failing to invalidate the cache after such modifications can lead to stale data Use the following management command to clear the cache: ``` -invalidate_cachalot +python3 manage.py invalidate_cachalot ``` !!! info