Wednesday, September 10, 2008

sorl-curator

by Michael Trier

A very cool replacement for the Django Admin. At first it looks just like skinning but you realize there's other nice features like reordering using drag and drop and custom app names and grouping.

Bookmark and Share

Comments - 2 people have already said something. Join the discussion.

  • kevin said

    nice find michael. definitely has potential. I just wonder how active the developers are? guess I should check the repository :)

  • Mikko Hellsing said

    Hi!

    I am the sole developer of this project so far. Since I figured it will be hard for anyone (me) to find time to support a project like this I am using as much as I can from the contrib admin, templates as well as methods in AdminSite, ModelAdmin classes. Hopefully this will lead to good compatibility to trunk, but I am just slight bit more focused on the 1.0 release. So as you understand this is not really a replacement of the admin, more like an extension.

    Thank you, Mikko Hellsing