I am working on a django application and using less for generating CSS. On my localhost, everything works fine and changing less file updates CSS almost immediately.
However, when I deploy to server (apache2, wsgi), the old css files are rendered for a long time. I was wondering how can I fix this? Is there a way I can forcefully invalidate the precompiler cache so that new CSS files are generated?
Thank you