Skip to main content

Support the django-rq admin when using django-suit

Project description

Support for the django-rq admin when using django-suit

Quick Start

  1. Install the package from pypi:

    pip install django-suit-rq
  2. Add “suit_rq” your INSTALLED_APPS. This needs to be added _before_ django_rq:

    INSTALLED_APPS = (
        'suit',
        'suit_rq',
        'django_rq',
    )

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

django-suit-rq-1.0.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

django_suit_rq-1.0.1-py2.py3-none-any.whl (9.1 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