Skip to main content

Add any model in your project to the Wagtail admin. Formerly wagtail.contrib.modeladmin.

Project description

Wagtail ModelAdmin

Add any model in your project to the Wagtail admin. Formerly wagtail.contrib.modeladmin.

License PyPI version ModelAdmin CI

Links

Supported versions

  • Python 3.8, 3.9, 3.10, 3.11
  • Django 3.2, 4.1, 4.2
  • Wagtail 5.0, 5.1

Installation

  • python -m pip install wagtail-modeladmin
  • Add wagtail_modeladmin to your INSTALLED_APPS setting.
    INSTALLED_APPS = [
        # ...
        "wagtail_modeladmin",
        # ...
    ]
    

Contributing

Install

To make changes to this project, first clone this repository:

git clone https://github.com/wagtail-nest/wagtail-modeladmin.git
cd wagtail-modeladmin

With your preferred virtualenv activated, install testing dependencies:

Using pip

python -m pip install --upgrade pip>=21.3
python -m pip install -e .[testing] -U

Using flit

python -m pip install flit
flit install

pre-commit

Note that this project uses pre-commit. It is included in the project testing requirements. To set up locally:

# go to the project directory
$ cd wagtail-modeladmin
# initialize pre-commit
$ pre-commit install

# Optional, run all checks once for this, then the checks will run only on the changed files
$ git ls-files --others --cached --exclude-standard | xargs pre-commit run --files

How to run tests

Now you can run tests as shown below:

tox

or, you can run them for a specific environment tox -e python3.10-django4.2-wagtail4.1 or specific test tox -e python3.10-django4.2-wagtail4.1-sqlite wagtail-modeladmin.tests.test_file.TestClass.test_method

To run the test app interactively, use tox -e interactive, visit http://127.0.0.1:8020/admin/ and log in with admin/changeme.

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_modeladmin-1.0.0.tar.gz (133.4 kB view details)

Uploaded Source

Built Distribution

wagtail_modeladmin-1.0.0-py3-none-any.whl (262.1 kB view details)

Uploaded Python 3

File details

Details for the file wagtail_modeladmin-1.0.0.tar.gz.

File metadata

  • Download URL: wagtail_modeladmin-1.0.0.tar.gz
  • Upload date:
  • Size: 133.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for wagtail_modeladmin-1.0.0.tar.gz
Algorithm Hash digest
SHA256 da545ba34747bff01c942b8306e20ac17d8a64d1873734cc8cf7303716af93fc
MD5 7c6d561868ee1e5db6a4004983d2eee9
BLAKE2b-256 4b91b2e89b7576daaa207de9471c292fe951ed066ae75c7f239f53f6ad2b78cf

See more details on using hashes here.

Provenance

File details

Details for the file wagtail_modeladmin-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for wagtail_modeladmin-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d92dd012e17dd5b5d5058792c8549594884c87da7ef794e8f1765bb245a5340
MD5 145c9f979df368330d72e5ce64fb83fa
BLAKE2b-256 019a30415d9e821ac69bdc545748067f3e7096788525a02f4211eeb0a1f4113c

See more details on using hashes here.

Provenance

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