Customize the Wagtail admin interface from the admin itself.
Project description
Wagtail Admin Interface
Customize the Wagtail admin interface from the admin itself.
Inspired by django-admin-interface.
Requirements
- Python 3.9.0 or higher
- Django 4.0.0 or higher
- Wagtail 4.0.0 or higher
Install
pip install wagtail-sb-admin-interface
Usage
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",
# ...
]
Docs
Changelog
All changes to versions of this library are listed in the change history.
Development
Check out our contribution guide.
Contributors
See the list of contributors here.
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
Built Distribution
File details
Details for the file wagtail_sb_admin_interface-0.7.0.tar.gz
.
File metadata
- Download URL: wagtail_sb_admin_interface-0.7.0.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.8.16 Linux/5.15.77-amd64-desktop
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc847e223eebe177711e1dab700714fcd1966df26818f46eb88ec455be1a12ff |
|
MD5 | f9056f3d535c645223ea7ede0dc9d9a5 |
|
BLAKE2b-256 | 17d1ac712b713e423b12a5827af80ead2b584bc2a832724865bf242164ee26dc |
File details
Details for the file wagtail_sb_admin_interface-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: wagtail_sb_admin_interface-0.7.0-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.8.16 Linux/5.15.77-amd64-desktop
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 910e465c7c0f68555d1622d4b642092c522cdb12fe73b257eb1a96c0bc668d26 |
|
MD5 | cbd67bf6dbee66af4a195944d281f23d |
|
BLAKE2b-256 | cc963064fc58f5e0e29c2e3c643f5a0efc70a6945c8b4984f07ee2c40df7586d |