django-logic-celery

Django Logic Celery - background transitions


Keywords
django, background, celery, django-logic, python, workflow
License
MIT
Install
pip install django-logic-celery==0.0.9

Documentation

django-logic-celery

Build StatusCoverage Status

The main idea of Django Logic is to allow developers to implement business logic via pure functions. It’s becoming relatively difficult to following the best practices of SOLID application and Django Framework design, especially if you want to bring to the project some background tasks (via Celery). 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.

Installation

Use the package manager pip to install Django-Logic-Celery.

pip install django-logic-celery

Contributing

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.

License

MIT

Project status

Under development