A django package that allows easy identification of visitor's browser, OS and device information, including whether the visitor uses a mobile phone, tablet or a touch capable device.
MIT License
640
stars
104
forks
source link
Prevent failing requests due to cache system fail #43
I've observed that in some cases, memcache fails to write, resulting in an exception failing the requests. There is no reason to fail a request for that.
I've observed that in some cases, memcache fails to write, resulting in an exception failing the requests. There is no reason to fail a request for that.