An administrative interface for managing RQ tasks in Paper Admin
Project description
paper-rq
An administrative interface for managing RQ tasks in Paper Admin.
Compatibility
paper-admin
>= 3.0django-rq
>= 2.4python
>= 3.6
Installation
Install the latest release with pip:
pip install paper-rq
Add paper_rq
to your INSTALLED_APPS in django's settings.py
:
INSTALLED_APPS = (
# ...
"paper_rq",
)
Add paper_rq
to your PAPER_MENU
:
PAPER_MENU = [
# ...
dict(
app="paper_rq",
icon="fa fa-fw fa-lg fa-clock-o",
),
# ...
]
Result
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
paper-rq-0.3.1.tar.gz
(11.2 kB
view hashes)
Built Distribution
Close
Hashes for paper_rq-0.3.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 822d6331fbe465a3ab99c1192b963527c7f90c383f639b27d27f76dd3f98dfd9 |
|
MD5 | fa52bdb0fcc9f3ca58c35745114143e1 |
|
BLAKE2b-256 | 761575b480425db42f215634935d5013b8d4d36e27245266a6de5347e2551f4f |