Re: Names for Django components

2005-11-14 Thread Robert Wittams
hugo wrote: > Hi, > > >>>I'm presenting Django to a crowd of 200+ people on Thursday as part >>>of the London Web Developer Frameworks evening ( http:// >>>blog.unixdaemon.net/cgi-bin/blosxom.pl/2005/10/27 ). I'm putting the >>>slides together now and I want to do one detailing the various high-

Re: Names for Django components

2005-11-14 Thread Luke Plant
On Mon, 14 Nov 2005 16:40:06 +0100 Radek Svarz wrote: > OK, let me mix it: > > 1. Django guitar core "Django bass" would work for this :-) (providing people understand daft English pronunciation of course) Luke -- "Making it up? Why should I want to make anything up? Life's bad enough as it

Re: Names for Django components

2005-11-14 Thread Radek Svarz
OK, let me mix it: 1. Django guitar core 2. Django ORM beats 3. Django singing templates 4. Django piano admin You have it novel and self-explanatory, too :) Radek On 11/14/05, Jonathan Daugherty <[EMAIL PROTECTED]> wrote: # 1. Django guitar## 2. Django beats## 3. Django singer## 4. Django pi

Re: Names for Django components

2005-11-14 Thread hugo
Hi, >> I'm presenting Django to a crowd of 200+ people on Thursday as part >> of the London Web Developer Frameworks evening ( http:// >> blog.unixdaemon.net/cgi-bin/blosxom.pl/2005/10/27 ). I'm putting the >> slides together now and I want to do one detailing the various high- >> level component

Re: Names for Django components

2005-11-14 Thread Jonathan Daugherty
# 1. Django guitar # # 2. Django beats # # 3. Django singer # # 4. Django piano Novel, for sure, but wouldn't people have a hard time remembering which is which? -- Jonathan Daugherty http://www.parsed.org

Re: Names for Django components

2005-11-14 Thread radek
When you named Django after the great jazz muzician, why don't you name its components similarily? I mean something like: 1. Django guitar 2. Django beats 3. Django singer 4. Django piano That would be much more "cool" for the public. Radek

Re: Names for Django components

2005-11-13 Thread Ian Holsman
yes.. I was referring to the django middleware area. you should break this out to a seperate area as it is a core component by itself, and probably worth a bit of discussion about what you can do with it. samples include 1. changing the authentication system to use Apache, or some other method

Re: Names for Django components

2005-11-13 Thread Simon Willison
On 13 Nov 2005, at 22:56, Adrian Holovaty wrote: 1. The core thingy that hooks in to the web server, maps URLs to views, handles errors and middleware and configuration The Django core. 2. The object-relational mapper The Django ORM. 3. The template system The Django template system.

Re: Names for Django components

2005-11-13 Thread Simon Willison
On 13 Nov 2005, at 22:50, Ian Holsman wrote: is (1) the 'middleware' ? Not really, because the term middleware already means something else in Django: http://www.djangoproject.com/documentation/middleware/

Re: Names for Django components

2005-11-13 Thread Adrian Holovaty
On 11/13/05, Simon Willison <[EMAIL PROTECTED]> wrote: > I'm presenting Django to a crowd of 200+ people on Thursday as part > of the London Web Developer Frameworks evening ( http:// > blog.unixdaemon.net/cgi-bin/blosxom.pl/2005/10/27 ). I'm putting the > slides together now and I want to do one

Re: Names for Django components

2005-11-13 Thread Ian Holsman
is (1) the 'middleware' ? On 11/14/05, Simon Willison <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm presenting Django to a crowd of 200+ people on Thursday as part > of the London Web Developer Frameworks evening ( http:// > blog.unixdaemon.net/cgi-bin/blosxom.pl/2005/10/27 ). I'm putting the >

Names for Django components

2005-11-13 Thread Simon Willison
Hi all, I'm presenting Django to a crowd of 200+ people on Thursday as part of the London Web Developer Frameworks evening ( http:// blog.unixdaemon.net/cgi-bin/blosxom.pl/2005/10/27 ). I'm putting the slides together now and I want to do one detailing the various high- level components of