Skip to main content

Wagtail Admin customising for red pepper Customer

Project description

An app that customising the Wagtail Admin Interface for red pepper Customer.

Installation

Recommended way to install is pip:

pip install wagtail-rps-template
  • Add wagtail_rps to INSTALLED_APPS in settings.py before wagtail.admin

    INSTALLED_APPS = [
      "wagtail_rps",
      ...
    ]

Notes

Publishing to PyPI:

python -m pip install -U wheel twine setuptools
python setup.py sdist
python setup.py bdist_wheel
twine upload --skip-existing dist/*

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-rps-template-1.2.0.tar.gz (103.1 kB view hashes)

Uploaded Source

Built Distribution

wagtail_rps_template-1.2.0-py3-none-any.whl (104.5 kB view hashes)

Uploaded 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