ic-labs / django-icekit

GLAMkit is a next-generation Python CMS by the Interaction Consortium, designed especially for the cultural sector.
http://glamkit.com
MIT License
47 stars 11 forks source link

Add basic content workflow management features to ICEKit #156

Closed jmurty closed 7 years ago

jmurty commented 7 years ago

Create a new workflow application in ICEKit where we will add very basic workflow-like content management features such as:

We anticipate doing most of the work using a combination of Django's Generic Foreign Keys (GFKs) so we can relate workflow information to any model, and admin mixins to expose the workflow fields for staff to edit.