Related Posts

Ran across three really cool looking extensions to django:

  • databrowse
    Databrowse is a Django application that lets you browse your data.

    As the Django admin dynamically creates an admin interface by introspecting your models, Databrowse dynamically creates a rich, browsable Web site by introspecting your models.
  • sitemap
    Django comes with a high-level sitemap-generating framework that makes creating sitemap XML files easy.
  • webdesign
    The django.contrib.webdesign package, part of the “django.contrib” add-ons, provides various Django helpers that are particularly useful to Web designers (as opposed to developers).

I am anxious to given these items a spin, especially databrowse.