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

  • Django 5.2 (LTS)

  • Wagtail 6.3 (LTS), 6.4, 7.0

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.3.tar.gz (20.5 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.3-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for wagtail_inventory-3.3.tar.gz
Algorithm Hash digest
SHA256 f079afbdb8a7d6f98fbe0d23887867807d980faff9e3b0cbd44c9beb378e1610
MD5 a360d35ea6af6920e3a559bf3cde93b1
BLAKE2b-256 f0a7d93179ef7702801073494ff4ce5c88607d09ed6f68ec5f79c1ec960c7859

See more details on using hashes here.

Provenance

The following attestation bundles were made for wagtail_inventory-3.3.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.3-py3-none-any.whl.

File metadata

  • Download URL: wagtail_inventory-3.3-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.12

File hashes

Hashes for wagtail_inventory-3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9817745787b9adf7c5bfb00af8df6c9ade8e4b0dca4eeef0001f1cd99207a5c3
MD5 e67fb9a815350044d1f0d0391e1313da
BLAKE2b-256 1c7efd9e9a2d47d16a57f50d5e10ab74336b9dda77ed6f52a365bee42285a424

See more details on using hashes here.

Provenance

The following attestation bundles were made for wagtail_inventory-3.3-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