Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

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',
    )

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page