├── LICENSE ├── README.rst ├── cache_panel.py └── setup.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbalogh/django-debug-cache-panel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbalogh/django-debug-cache-panel/HEAD/README.rst -------------------------------------------------------------------------------- /cache_panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbalogh/django-debug-cache-panel/HEAD/cache_panel.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbalogh/django-debug-cache-panel/HEAD/setup.py --------------------------------------------------------------------------------