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.5.0.tar.gz
(13.4 kB
view details)
Built Distribution
File details
Details for the file paper-rq-0.5.0.tar.gz
.
File metadata
- Download URL: paper-rq-0.5.0.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7746b46401074046e4f0eca542dd0ec2f11b31717e2e9034bfe01a36aea7b2a7
|
|
MD5 |
6a71d6eb2dcd8f64d2169e69d6d5d2e3
|
|
BLAKE2b-256 |
fbe1ef1b00a0280645c36ba0db62f4941c6f16644dabf36ba4aa597561e1babf
|
File details
Details for the file paper_rq-0.5.0-py2.py3-none-any.whl
.
File metadata
- Download URL: paper_rq-0.5.0-py2.py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cb56a1e89bb3eada3f24de6430b1940758c7edeacc533a353ea8acb36287fe91
|
|
MD5 |
33547cb40260a8afd797fb8d6ff319a6
|
|
BLAKE2b-256 |
e5198b7fe52b48c2a52ca0fe84eadc29ba9021290726122e6c15265a8efb8739
|