Hey Devs,
I've got the django-cms-launchpad plugin working. The first integration is pulling in bug counts for certain bug queries.
You can see an examples on this page:
http://staging.inkscape.org/en/develop/
What I've done is added a launchpad bug count widget when editing the CMS. You can add them too. Just edit the page, edit the text widget and add a bug count as you might an image. It links back to launchpad if you click on it.
The widget has options for what tags, milestones and other items you may want to search for. Not all fields are there yet, but I'm open to requests from our bug managers about what's important to get an over view of.
The low/medium/high counts are for colouring. Below low it's grey/white, low>yellow>medium>orange>high>red and this can be used to give us a quick visual on whatever we want to track.
Next feature for the django-cms-launchpad plugin is to format our blueprints into a roadmap page. This won't be a widget, but a page and targeted blueprints will be used to generate the list.
Martin,