How to clear cache in django ?
It can be accomplished via Django admin, by the following steps -
- We need to go to “/admin/clearcache/” , we can find a form with cache selector.
- Pick a cache.
- Click the button.
We can do the same, by using the command - pip install django-clearcache.