Reputation: 65
I am using django 3.0. How do I clear cache in my django project.
I have tried the below two methods given out as answers to questions in the this forum but they are not working out: python manage.py clean_pyc python manage.py clear-cache
Upvotes: 0
Views: 8663