I use fileSystem caching in my django application
what I need is to clear the cache after any action(adding or editing or deleting) taken by the admin
is there any way to get an action (clearing the cache) to be executed after all the submission of any form in the admin site?