I have python-django site which contains css and js files. For every time of updating/adding css or js have to clear the cache of the browser then only its reflect in browser.
Is the any specific way to do avoid every time cache clear and check?
Is there any specific settings available in django to avoid storing browser cache?
Use this small middleware