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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file paper-rq-0.2.0.tar.gz.
File metadata
- Download URL: paper-rq-0.2.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03098bae30f68706c0ea20585db969dff7a3bfcadbe3b0dc79c6f82656a50525
|
|
| MD5 |
10a930191895f517dd846c3c6c2aba3d
|
|
| BLAKE2b-256 |
0a340e3e22868ad0f898fc48a1539e204e6dc7d4f4be8d318c1320b6d94e290e
|
File details
Details for the file paper_rq-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: paper_rq-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21fd9ec2874699d3b6571d298cf809a45ff12a81e8cbc817db02afcd0a2b5673
|
|
| MD5 |
96d5eb1fcbc9d78129b83975e6abb163
|
|
| BLAKE2b-256 |
823ea90bb47bd2addd29e41ff04bd5a4aadae9e5a98521941b42e68768868af5
|