From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 23 Aug 2025 11:00:02 +0000 (-0700) Subject: Documentation: fix cache invalidation command in documentation (#10665) X-Git-Tag: v2.18.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf468ac64fdc4f72c4b794de07beeadc21b878ca;p=thirdparty%2Fpaperless-ngx.git Documentation: fix cache invalidation command in documentation (#10665) --- diff --git a/docs/administration.md b/docs/administration.md index 3fe8bc19a2..ddf51bf9a6 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