Skip to content

wagtail-packages/wagtail-devtools

Repository files navigation

Wagtail devtools

License: BSD-3-Clause

A set of developer tools in the form of management commands.

Supported versions

  • Python 3.8+
  • Django 3.2+
  • Wagtail 4.1+

Features

API

There is an api now available at /wagtail-devtools-api/ which will list all available commands.

Admin Responses

The admin_responses command will make a requests to the admin interface using get requests for a range of models. It will write a response result to the console.

Content Types report

The content_types report will generate a report for all content types in the project.

Installation

Install the package - There's no release yet so you'll need to install from the main branch.

python -m pip install wagtail-devtools

Install from the main branch.

python -m pip install git+https://github.com/wagtail-packages/wagtail-devtools#egg=wagtail_devtools

Add the package to your installed apps in your development settings file. The site will need to be running in DEBUG mode.

DEBUG = True
INSTALLED_APPS += ["wagtail_devtools"]

Links

About

A set of developer tools in the form of management commands.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published