coremke / django-suit-rq

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-suit-rq

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

Latest Version

Django-rq already provides a nice admin interface, but it doesn't look good with django-suit. This fixes that.

Example django-suit-rq image

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 89.8%Language:Python 10.2%