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
- Host: GitHub
- URL: https://github.com/ratson/django-cachetable
- Owner: ratson
- Created: 2017-10-29T12:12:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T01:27:37.000Z (almost 8 years ago)
- Last Synced: 2025-06-29T18:18:17.000Z (12 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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``.