]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: fix cache invalidation command in documentation (#10665)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 23 Aug 2025 11:00:02 +0000 (04:00 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Aug 2025 11:00:02 +0000 (04:00 -0700)
docs/administration.md

index 3fe8bc19a26d5765cf1b84f0f0c19389b81e12ae..ddf51bf9a611283b6c1ff9cdd60edc19000ff8ae 100644 (file)
@@ -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