wagtail-purge


Namewagtail-purge JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/torchbox/wagtail-purge
SummaryPurge individual URLs from the Wagtail admin
upload_time2023-07-24 15:43:33
maintainer
docs_urlNone
authorTom Dyson
requires_python
licenseMIT
keywords development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

![wagtail-purge screenshot](https://raw.githubusercontent.com/tomdyson/wagtail-purge/main/wagtail-purge.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/torchbox/wagtail-purge",
    "name": "wagtail-purge",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "development",
    "author": "Tom Dyson",
    "author_email": "tom+wagtailpurge@torchbox.com",
    "download_url": "https://files.pythonhosted.org/packages/75/0f/b1ebff2125b270a32fcbac09f6c70c32a8c50ff734a2288458ae4d680f3d/wagtail-purge-0.3.0.tar.gz",
    "platform": null,
    "description": "# Wagtail Purge\n\nA 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).\n\n## Instructions\n\n1. Install this app with `pip install wagtail-purge`\n2. Add `\"wagtail_purge\"` to your `INSTALLED_APPS`\n3. Visit 'CDN purge' in your admin settings menu\n\n![wagtail-purge screenshot](https://raw.githubusercontent.com/tomdyson/wagtail-purge/main/wagtail-purge.png)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Purge individual URLs from the Wagtail admin",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/torchbox/wagtail-purge"
    },
    "split_keywords": [
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6f889cd130bef4234e59837e64d5beebea014705ba29c524df69c9af7f1de26",
                "md5": "a4f7ecdb68920c450a822751dc07edc5",
                "sha256": "326cbee87c4ff378b8695e05f6c6bbffae1b6acf6e971cd0d09131629416e42c"
            },
            "downloads": -1,
            "filename": "wagtail_purge-0.3.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a4f7ecdb68920c450a822751dc07edc5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4809,
            "upload_time": "2023-07-24T15:44:01",
            "upload_time_iso_8601": "2023-07-24T15:44:01.491027Z",
            "url": "https://files.pythonhosted.org/packages/f6/f8/89cd130bef4234e59837e64d5beebea014705ba29c524df69c9af7f1de26/wagtail_purge-0.3.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "750fb1ebff2125b270a32fcbac09f6c70c32a8c50ff734a2288458ae4d680f3d",
                "md5": "75382e5baea2309af38a13a7cf492356",
                "sha256": "c5464ff62a9748e23722572cd2f0f9be643d6c4a8cf02ef800ba72261f6f4c43"
            },
            "downloads": -1,
            "filename": "wagtail-purge-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "75382e5baea2309af38a13a7cf492356",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4298,
            "upload_time": "2023-07-24T15:43:33",
            "upload_time_iso_8601": "2023-07-24T15:43:33.910651Z",
            "url": "https://files.pythonhosted.org/packages/75/0f/b1ebff2125b270a32fcbac09f6c70c32a8c50ff734a2288458ae4d680f3d/wagtail-purge-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-24 15:43:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "torchbox",
    "github_project": "wagtail-purge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wagtail-purge"
}
        
Elapsed time: 0.10792s