A plugin to allow "actionable items" for correcting data to be sent to the client
$ pip install -e git+git@code.cotidia.com:cotidia/actionable.git#egg=cotidia-actionable
Add cotidia.actionable
to your INSTALLED_APPS:
INSTALLED_APPS=[
...
"cotidia.actionable",
]