albatrossandco / brubeck_cms

A Django-based open source CMS for newspapers
Other
5 stars 1 forks source link

Modularize and integrate with contrib.admin #17

Open allanjamesvestal opened 13 years ago

allanjamesvestal commented 13 years ago

Integrating this workflow with a model should be as easy as three steps:

Optionally, users should be able to customize the following:

Hook this in with django.contrib.admin, wherever possible. Make things visually consistent, though this may involve separate tabs for WorkflowAdmin- and ModelAdmin-registered models.

allanjamesvestal commented 13 years ago

Eventually, this will also get ported to Grappelli, so there will be two different interface designs afoot.

Also, try to mix in support for modular admin add-ons (like admindocs).

allanjamesvestal commented 13 years ago

This will likely go in an entirely separate 'Tab' within the Nando admin-like site. That site will list all of the nando-ible models; you'll be able to define multiple workflows for each type of content (articles on and off production nights, etc.) and set all these last series of options for each workflow.