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.
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.
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.
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
Copyright 2008
by Paul Bissex
and E-Scribe New Media
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.
What about Catwalk? I think it's only in SVN for now. It's like Django admin, even better, and easy to install.
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.
Comments use Markdown syntax. Your comment will not appear until approved, which may take a few hours or more. Spammers will be torpedoed.
The iPhone keyboard doesn't suck
Python one-liner of the day
7 comments
How not to advocate via Google Code
2 comments
99 problems
3 comments
bitmonk
Obscure "svn mv" problem solved
88 days ago
Charlie
Book news: Rough Cuts and Amazon
89 days ago
Simon Griffee
Django Mercurial mirror tweaks
106 days ago
Jason Calleiro
From PHP to Python
107 days ago
Yuli
dpaste.com
110 days ago
bruce
Neat Python hack: infix operators
114 days ago
David Reynolds
The original Lego Star Wars
122 days ago
At least 36667 pieces of comment spam killed since January 12th. Thanks are mostly due to Akismet.
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.