Skip to main content

Wagtail chooser panel generator for generic Django models

Project description

build-status-image pypi-version

Overview

Wagtail chooser panel generator for generic Django models.

It elegantly completes wagtail.contrib.modeladmin and allows a simple selection of any model instance anywhere in the Wagtail admin.

Requirements

  • Python (2.7, 3.4, 3.5)

  • Django (1.8, 1.9, 1.10)

  • Wagtail (1.5, 1.6)

Installation

Install using pip.

$ pip install wagtailmodelchooser

Example

The most simple usecase, without any customization.

from wagtailmodelchooser.edit_handlers import register_chooser_for_model

ItemChooserPanel = register_chooser_for_model(Item)

For more advanced examples, please refer to the documentation.

Testing

Install testing requirements.

$ pip install -r requirements.txt

Run with runtests.

$ ./runtests.py

You can also use the excellent tox testing tool to run the tests against all supported versions of Python and Django. Install tox globally, and then simply run:

$ tox

Documentation

To build the documentation, you’ll need to install mkdocs.

$ pip install mkdocs

To preview the documentation:

$ mkdocs serve
Running at: http://127.0.0.1:8000/

To build the documentation:

$ mkdocs build

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

wagtailmodelchooser-0.2.0.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

wagtailmodelchooser-0.2.0-py2.py3-none-any.whl (28.4 kB view hashes)

Uploaded Python 2 Python 3

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