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
>= 2.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 = (
# other 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.2.0.tar.gz
(10.8 kB
view hashes)
Built Distribution
Close
Hashes for paper_rq-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21fd9ec2874699d3b6571d298cf809a45ff12a81e8cbc817db02afcd0a2b5673 |
|
MD5 | 96d5eb1fcbc9d78129b83975e6abb163 |
|
BLAKE2b-256 | 823ea90bb47bd2addd29e41ff04bd5a4aadae9e5a98521941b42e68768868af5 |