I would like to display some the django-river details in my DetailView. is there a way to fetch this data in my template DetailView.
example: workflow "Draft - approved - closed"
who endorse the Draft, date of endorsement
who approve the object, date of approval
who closed the workflow, date of closure, etc.
I would like to display some the django-river details in my DetailView. is there a way to fetch this data in my template DetailView.
example: workflow "Draft - approved - closed" who endorse the Draft, date of endorsement who approve the object, date of approval who closed the workflow, date of closure, etc.
This will help a lot in my current project.