.. image:: https://github.com/cfpb/wagtail-inventory/workflows/test/badge.svg :alt: Build Status :target: https://github.com/cfpb/wagtail-inventory/actions/workflows/test.yml .. image:: https://coveralls.io/repos/github/cfpb/wagtail-inventory/badge.svg?branch=main :alt: Coverage Status :target: https://coveralls.io/github/cfpb/wagtail-inventory?branch=main
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.
Install the package using pip:
.. code-block:: bash
$ pip install wagtail-inventory
Add wagtailinventory
as an installed app in your Django settings:
.. code-block:: python
INSTALLED_APPS = ( ... 'wagtailinventory', ... )
Run migrations to create required database tables:
.. code-block:: bash
$ manage.py migrate wagtailinventory
Run a management command to initialize database tables with current pages:
.. code-block:: bash
$ manage.py block_inventory
You should now be able to search your pages in the Wagtail admin site, under Settings > Block Inventory.
This code has been tested for compatibility with:
It should be compatible with all intermediate versions, as well.
If you find that it is not, please file an issue <https://github.com/cfpb/wagtail-inventory/issues/new>
_.
Running project unit tests requires tox <https://tox.wiki/en/latest/>
_:
.. code-block:: bash
$ tox
To run the test app interactively, run:
.. code-block:: bash
$ tox -e interactive
Now you can visit http://localhost:8000/admin/ in a browser and log in with admin
/ changeme
.
#. TERMS <https://github.com/cfpb/wagtail-inventory/blob/main/TERMS.md>
#. LICENSE <https://github.com/cfpb/wagtail-inventory/blob/main/LICENSE>
#. CFPB Source Code Policy <https://github.com/cfpb/source-code-policy>
_
Version | Tag | Published |
---|---|---|
1.6 | 3mos ago | |
1.5 | 8mos ago | |
1.4.1 | 1yr ago | |
1.3.1 | 1yr ago |