A wagtail-app to visualize the page structure like a drawer with different levels
To install it just pip install like this
pip install wagtail-drawer
Create an issue or start a pull request
Disclaimer: This is unfortunately very biased to my setup at the moment (OSX). So I'm not sure this works exactly the same on windows/linux.
cd wagtail_drawer_test_appmake setupmake loaddata (optional, will create some initial page structure and admin user)For frontend developing:
cd frontend && npm inpm run devmake update in the wagtail_drawer_test_app folder.Code should be formatted with black
make test
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details