Metadata-Version: 2.1
Name: wagtail-purge
Version: 0.1
Summary: Purge individual URLs from the Wagtail admin
Home-page: https://github.com/tomdyson/wagtail-purge
Author: Tom Dyson
Author-email: tom+wagtailpurge@torchbox.com
License: MIT
Description: # Wagtail Purge
        
        A simple admin UI for removing individual pages from your CDN's cache. Assumes that your Wagtail site has already been configured with [frontend cache invalidation](https://docs.wagtail.io/en/stable/reference/contrib/frontendcache.html).
        
        ## Instructions
        
        1. Install this app with `pip install wagtail-purge`
        2. Add `"wagtail_purge"` to your `INSTALLED_APPS`
        3. Visit 'CDN purge' in your admin settings menu
Keywords: development
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
