Skip to content

softbutterfly/wagtail-sb-admin-interface

Repository files navigation

Community-Project

PyPI - Supported versions PyPI - Package version PyPI - Downloads PyPI - MIT License

Build Status Codacy Badge Codacy Badge Coverage codecov

Wagtail Admin Interface

Customize the Wagtail admin interface from the admin itself.

Inspired by django-admin-interface.

Requirements

  • Python 3.8.1 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.