A Django app to add dynamic celery redbeat periodic tasks
Project description
django-redbeat is an app based on celery-redbeat with model based celery periodic tasks.
Quick start
Add “django_redbeat” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'django_redbeat', ]
Run python manage.py migrate to create the PeriodicTaskeEntry model.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a periodic task (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/admin/django_redbeat/periodictasksentry/ to add periodic task.
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
django-redbeat-0.1.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file django-redbeat-0.1.tar.gz
.
File metadata
- Download URL: django-redbeat-0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c15d060a204426e30d4254f5d0c6fa17b7f51f91240474805b47858c373364bd |
|
MD5 | be248647fc4e291a505e08eff740ee3a |
|
BLAKE2b-256 | 4e3730344ceb46d96222563eeb19986d7eaa3f66cc93f392e806fb9250d414e7 |
File details
Details for the file django_redbeat-0.1-py3-none-any.whl
.
File metadata
- Download URL: django_redbeat-0.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51fc668bca508d74b6d98dead90de8ccf6881f16b87275fd13ff52c5daba4888 |
|
MD5 | 3ab4cd47ad4ec528696b6402abd905ba |
|
BLAKE2b-256 | e0a48ca0f1e23c34054f1c2e88f80f3b513d620148c306eb7b00249807be11fe |