Skip to content

Communication helpers and background task management for Huey queue.

License

Notifications You must be signed in to change notification settings

kajalagroup/django-kcommunication

Repository files navigation

background-task

Background tasks management for HUEY queue.

Install

pip install django-kcommunication

Usage:

Add "kcommunication" and "kbackgroundtask" to app list:

INSTALLED_APPS = [
    "kcommunication",
    "kbackgroundtask"
]

About

Communication helpers and background task management for Huey queue.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages