Skip to main content

Wagtail report to filter pages by block content

Project description

Build 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 report 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

Admin users should now be able to search pages in the Wagtail admin site, under Reports > Block Inventory.

Other user groups may be granted access to the report by giving them the “Can view” “Page block” permission in Wagtail Group settings.

Compatibility

This code has been tested for compatibility with:

  • Python 3.12, 3.13, 3.14

  • Django 5.2 (LTS), 6.0

  • Wagtail 7.0 (LTS), 7.3, 7.4 (LTS)

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

Testing

Running project unit tests requires tox:

$ tox

To run the test app interactively, run:

$ tox -e interactive

Now you can visit http://localhost:8000/admin/ in a browser and log in with admin / changeme.

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-3.4.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wagtail_inventory-3.4-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

File details

Details for the file wagtail_inventory-3.4.tar.gz.

File metadata

  • Download URL: wagtail_inventory-3.4.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for wagtail_inventory-3.4.tar.gz
Algorithm Hash digest
SHA256 d13043c1ca6444cfe5003606a91e26f20f989223373223893e5693794b6225ea
MD5 176d97d276cecdbbdcd410236ed74889
BLAKE2b-256 23a879070be886ac7d0be86b1efdbc1b7960d1396449e274c63b4b80866ddeeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for wagtail_inventory-3.4.tar.gz:

Publisher: release.yml on cfpb/wagtail-inventory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wagtail_inventory-3.4-py3-none-any.whl.

File metadata

  • Download URL: wagtail_inventory-3.4-py3-none-any.whl
  • Upload date:
  • Size: 21.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for wagtail_inventory-3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c2f75eaae683b18fd10450b1e4d397fa2ac13f2b3d09bdac7743a3c1d79b57cf
MD5 b456f40b29b5cf810420a22dc9efc7a4
BLAKE2b-256 2cc606d50f715c6aafd3282429b59094c0ac971f1ac1a150bb76700a67dbb1dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for wagtail_inventory-3.4-py3-none-any.whl:

Publisher: release.yml on cfpb/wagtail-inventory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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