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