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_app
make setup
make loaddata
(optional, will create some initial page structure and admin user)- you can now start working at http://localhost:8000/admin with user: admin, password: admin :)
For frontend developing:
- Follow the instructions for backend to set that up
cd frontend && npm i
npm run dev
- When making changes
make 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