Metadata-Version: 2.4
Name: django-celery-boost
Version: 0.7
Summary: Django Abstract Model to work with Celery
Project-URL: downloads, https://github.com/unicef/django-celery-boost
Project-URL: homepage, https://github.com/unicef/django-celery-boost
Author-email: sax <s.apostolico@gmail.com>
Maintainer-email: sax <s.apostolico@gmail.com>
License-File: LICENSE
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: celery>=5.4
Requires-Dist: django-admin-extra-buttons
Requires-Dist: django-concurrency
Requires-Dist: sentry-sdk
Description-Content-Type: text/markdown

# django-celery-boost

[![Test](https://github.com/unicef/django-celery-boost/actions/workflows/test.yml/badge.svg)](https://github.com/unicef/django-celery-boost/actions/workflows/test.yml)
[![Lint](https://github.com/unicef/django-celery-boost/actions/workflows/lint.yml/badge.svg)](https://github.com/unicef/django-celery-boost/actions/workflows/lint.yml)
[![Documentation](https://github.com/unicef/django-celery-boost/actions/workflows/docs.yml/badge.svg)](https://unicef.github.io/django-celery-boost/)
[![codecov](https://codecov.io/github/unicef/django-celery-boost/graph/badge.svg?token=L7HA5PJ45B)](https://codecov.io/github/unicef/django-celery-boost)
[![PyPI - Python Version](https://img.shields.io/pypi/v/django-celery-boost)](https://pypi.org/project/django-celery-boost/)



django-celery-boost is a small Django Abstract Model that provides some useful methods to manage
Models that represents the "context" of a Celery task.

## Links

- Documentation https://unicef.github.io/django-celery-boost/
- Source Code - https://github.com/unicef/django-celery-boost
- Pypi - https://pypi.org/project/django-celery-boost/




## Features

- Easy control Django Model records to celery task
- Business View of Celery Task
- Revoke tasks with to running workers
- Retrieve task position in the queue
- Admin integration to inspect task status (running/result/error)



---

Django-celery-boost has been developed as part of the UNICEF HOPE project, read more at https://unicef.github.io/hope-documentation/

---
