Customize the Wagtail admin interface from the admin itself.
Inspired by django-admin-interface.
- Python 3.8.1 or higher
- Django 4.0.0 or higher
- Wagtail 4.0.0 or higher
pip install wagtail-sb-admin-interface
Add wagtail.contrib.settings
, wagtail.contrib.modeladmin
, colorfield
and wagtail_sb_admin_interface
to your INSTALLED_APPS
settings
INSTALLED_APPS = [
"wagtail_sb_admin_interface",
# ...
"wagtail.contrib.settings",
"wagtail.contrib.modeladmin",
"colorfield",
# ...
]
All changes to versions of this library are listed in the change history.
Check out our contribution guide.
See the list of contributors here.