Documentation: fix cache invalidation command in documentation (#10665)

This commit is contained in:
shamoon 2025-08-23 04:00:02 -07:00 committed by GitHub
parent 56c70bf177
commit bf468ac64f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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