Skip to main content

Customize the Wagtail admin interface from the admin itself.

Project description

Community-Project

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

Codacy Badge

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

wagtail_sb_admin_interface-0.7.0.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page