Chris Lamb

django-call-after-commit

BlogProjectsAbout

View all my projects »

Django utility to easily queue methods to be called after current transaction has been committed.


This project provides the ability for Django applications to mark methods to be called immediately after the current database transaction has committed.

This has two main use-cases:

You can install django-call-after-commit from PyPI:

$ pip install django-call-after-commit
… or by adding django-call-after-commit to your requirements.txt and re-running pip install -r requirements.txt.

You can browse the source tree, create or file bugs or download the code from Git:

$ git clone https://github.com/lamby/django-call-after-commit

django-call-after-commit is released under the MIT license.

View all my projects »