Skip to main content

Lookup Wagtail pages by block content

Project description

Build Status Coverage Status

wagtail-inventory

Search Wagtail pages by block type.

Wagtail Inventory adds the ability to search pages in your Wagtail site by the StreamField block types they contain. It adds a new Settings menu to the Wagtail admin site that allows you to search for pages that do or do not contain certain blocks. It supports searching both by Wagtail built-in blocks (like CharBlock) as well as any custom blocks you might define.

Setup

Install the package using pip:

$ pip install wagtail-inventory

Add wagtailinventory as an installed app in your Django settings:

# in settings.py
INSTALLED_APPS = (
    ...
    'wagtailinventory',
    ...
)

Run migrations to create required database tables:

$ manage.py migrate wagtailinventory

Run a management command to initialize database tables with current pages:

$ manage.py block_inventory

You should now be able to search your pages in the Wagtail admin site, under Settings > Block Inventory.

Compatibility

This code has been tested for compatibility with:

  • Python 3.6+

  • Django 2.2 (LTS), 3.1 (current)

  • Wagtail 2.7 (LTS), 2.10 (current)

It should be compatible with all intermediate versions, as well. If you find that it is not, please file an issue.

Testing

Run unit tests with tox to test against select supported package combinations.

Open source licensing info

  1. TERMS

  2. LICENSE

  3. CFPB Source Code Policy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail-inventory-1.3.1.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

wagtail_inventory-1.3.1-py2.py3-none-any.whl (20.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file wagtail-inventory-1.3.1.tar.gz.

File metadata

  • Download URL: wagtail-inventory-1.3.1.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for wagtail-inventory-1.3.1.tar.gz
Algorithm Hash digest
SHA256 c141ef561b8ca7025785fbe368bae0d23d5365861e55c8825c1500b26faf589a
MD5 d2b1e210521c96bd1b8193626ac1b62b
BLAKE2b-256 0aaa786750c76eb819159a80118f3c7a1040683d7d2ccd8cb2679668035d89e9

See more details on using hashes here.

Provenance

File details

Details for the file wagtail_inventory-1.3.1-py2.py3-none-any.whl.

File metadata

  • Download URL: wagtail_inventory-1.3.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 20.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for wagtail_inventory-1.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ac1067a99a7a57853fa965982924eb0584ef3a846aa5f912ca094d3fe46c3343
MD5 c4de7ad34c6bba2e2188ea63a809f131
BLAKE2b-256 3c80fedd19ed29cb0fc5a01546574b52c67488939b26ec6b19ea7f8745a8f972

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page