django-celery-lite

A Django celery lite integration for the Django framework.


License
MIT
Install
pip install django-celery-lite==0.1.0

Documentation

Django Celery Lite - Lite version for Django Celery

Downloads Downloads Downloads Downloads

Django Celery Lite is celery ingration Django just only command

Test Support Django >= 2.2.x

Installation

  1. Python package

     pip install django-celery-lite
    
  2. Add 'djcelerylite' to INSTALLED_APPS:

     'djcelerylite',
    

Usage

Program Replace with
celery python manage.py celery
celery worker python manage.py celery worker
celery beat python manage.py celery beat
celery ... python manage.py celery ...