wagtail-clear-cache

With the click of a button you can clear all Django Template Cache


Keywords
development
License
MIT
Install
pip install wagtail-clear-cache==0.0.1

Documentation

Wagtail Clear Cache

Let your clients clear template caching with the click of a button.

This package will add a "clear cache" option to the Admin/Site Settings panel

Installation

  1. pip install wagtail-clear-cache
  2. Add wagtail_clear_cache to your INSTALLED_APPS
  3. Open your Wagtail Admin, go into "Settings", and you'll see "Clear Cache" as an option.