django-cachalot/README.rst

27 lines
976 B
ReStructuredText
Raw Normal View History

2014-09-26 14:53:44 +00:00
Django-cachalot
===============
Caches your Django ORM queries and automatically invalidates them.
2014-09-29 21:49:55 +00:00
.. image:: https://raw.github.com/BertrandBordage/django-cachalot/master/django-cachalot.jpg
2014-10-28 23:05:08 +00:00
----
2014-09-29 21:47:58 +00:00
2014-10-20 17:35:21 +00:00
.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square
:target: https://pypi.python.org/pypi/django-cachalot
.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square
2014-09-29 21:47:58 +00:00
:target: https://travis-ci.org/BertrandBordage/django-cachalot
2014-10-20 17:35:21 +00:00
.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square
2014-09-29 21:47:58 +00:00
:target: https://coveralls.io/r/BertrandBordage/django-cachalot?branch=master
2014-10-20 17:35:21 +00:00
.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square
:target: https://scrutinizer-ci.com/g/BertrandBordage/django-cachalot/
2014-09-26 14:53:44 +00:00
2014-10-28 22:56:53 +00:00
Documentation
-------------
2014-09-26 14:53:44 +00:00
2014-10-28 22:56:53 +00:00
Available `on Read The Docs <http://django-cachalot.readthedocs.org>`_.