scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

We need to make sure that the cache is invalidated when the version changes #119

Open scanner opened 8 months ago

scanner commented 8 months ago

Whe we release a new version we need to make sure that the cache being used is cleared or invalidated

Right now templates do not update until the existing cache expires. You can see this by the version tag at the bottom of the as_email page not updating.