E-Scribe News : a programmer’s blog

About Me

PBX My name is Paul Bissex, and e-scribe.com is my consulting business. I build web applications using as much open source software as possible. From September to June I teach web design and other important non-photographic professional skills to photographers. In the '90s I wrote technology commentary and reviews for magazines, newspapers, and web publications, including Wired, Salon.com, FamilyPC, the late lamented Web Review, and the Chicago Tribune. Feel free to email me.

Book Project

I'm co-authoring a book, "Python Web Development with Django", with Jeff Forcier and Wesley Chun. It will be published by Prentice Hall in July 2008, but is available for pre-ordering on Amazon now.

Colophon

This site is built on a fresh trunk checkout of Django, running on Python 2.5.1, served by Apache and mod_python. The database is SQLite. The operating system is FreeBSD, on a VPS hosted at Johncompanies.com. Comment-spam protection by Akismet. Vintage topo imagery from the Maptech archive.

Pile o'Tags

Stuff I Use

Akismet, del.icio.us, Django, dpaste.com, Emacs, FreeBSD, Freenode, jQuery, LaunchBar, MacPorts, Markdown, Mercurial, OS X, Postfix, Python, SQLite, Subversion, TextMate, Trac, Ubuntu Linux, wmii

A Django site.
(Finally!)

Copyright 2008
by Paul Bissex
and E-Scribe New Media

TurboGears progress, or, bring on the CRUD

A while back I posted a link-festooned introduction to TurboGears. In the last six weeks, there's been evidence of a lot of progress; because TurboGears makes excellent use of already existing projects, it also benefits from the developer momentum in those projects.

Recently it looks like there's been a special focus on adding CRUD (create, read, update, delete) functionality. At this point it's pretty well known that this is a core strength of Django, and I think Django's admin tools will probably remain the gold standard for a long time. As the TurboGears community ponders CRUD options, I wonder if the idea of adapting Django's admin itself will come up. (Django is a BSD-licensed project, so there's no licensing obstacle.) I don't know enough about the differences between Django's ORM and SQLObject to say whether this idea is feasible.

TurboGears, with its Rails-like emphasis on web applications rather than "content management," may end up eschewing a full-blown admin suite. But having started work on my first production Django app (more on that soon) I know that anyone who experiences the Django admin tools is going to measure all others against them, so if TurboGears starts down this path I'm very curious to see where they end up.

Sunday, November 6th, 2005
+
3 comments

Comment from Ian Bicking, later that day

I don't think the Django admin is very well documented or made public in a way that would facilitate this kind of reappropriation (though I've never specifically looked). Certainly it's a good API and interface to look at, and take inspiration from, but I think the implementation is all about details, so the implementation itself wouldn't benefit from adopting Django's code.

Comment from Lior Gradstein, later that day

What about Catwalk? I think it's only in SVN for now. It's like Django admin, even better, and easy to install.

Comment from Paul, later that day

Ah, yes. In fact, it was noticing Catwalk that got me thinking about this in the first place, and then I completely forgot to mention it in the post! I can't comment on Catwalk from a user perspective, but it looks good, and I think it's smart of Kevin to have embraced it.

Ian, you're probably right that Django's influence here may be limited to inspiration. I do hope that extends to neat but currently somewhat obscure features like the live documentation.

Post a comment

Comments use Markdown syntax. Your comment will not appear until approved, which may take a few hours or more. Spammers will be torpedoed.


(Will not be shared)

(Optional)