The main idea of Django Logic is to allow developers implementing business logic via pure functions. Django-Logic-Celery takes care of the connection between the pure functions and the business requirements, based on a state of the model object. Please, make sure to make yourself familiar with Django Logic first, as it implements the core functionality and the very package is the only extension allowing using Celery tasks.
Use the package manager pip to install Django-Logic-Celery.
pip install django-logic-celery
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Under development