An open API service indexing awesome lists of open source software.

https://github.com/ratson/django-cachetable

Use Django admin to view cachetable
https://github.com/ratson/django-cachetable

Last synced: 11 months ago
JSON representation

Use Django admin to view cachetable

Awesome Lists containing this project

README

          

django-cachetable
=================

.. image:: https://img.shields.io/pypi/v/django-cachetable.svg
:target: https://pypi.python.org/pypi/django-cachetable
:alt: Latest PyPI version
:crossorigin: anonymous

Use Django admin to view cachetable.

Installation
------------

You can install ``django-cachetable`` via `pip`_ from `PyPI`_::

$ pip install django-cachetable

.. _`pip`: https://pypi.python.org/pypi/pip/
.. _`PyPI`: https://pypi.python.org/pypi

Usage
-----

Add ``cachetable`` to ``INSTALLED_APPS``.