how do you pronounce 'Django'

2005-09-26 Thread Gábor Farkas
hi, how do you pronounce 'Django'? thanks, gabor

Multiple types of Input to be stored as an Order

2005-09-26 Thread Boffbowsh
Anyone have any ideas of how to accomplish this? I have an Product class, which may have multiple Components. The Components can take any number of different types of input, Text, Colour choice, Icon choice, Image upload etc. These then need to be stored as an Order. I'm thinking i have TextInput,

Re: how do you pronounce 'Django'

2005-09-26 Thread Jacob Kaplan-Moss
On Sep 26, 2005, at 6:46 AM, Gábor Farkas wrote: how do you pronounce 'Django'? Have you checked the FAQ? http://www.djangoproject.com/documentation/faq/#what-does-django-mean- and-how-do-you-pronounce-it Jacob

Re: Trouble updating an object

2005-09-26 Thread Maniac
Maniac wrote: 2. The second problem is that rendered from {{ form.paper_type }} always sets default "selected" to the empty value ('') even if the paper_type has an actual value. Why that? In admin interface for this model "selected" is set correctly. Catched this one... This is th

read only/hidden form fields

2005-09-26 Thread [EMAIL PROTECTED]
Hi I want to be able to pass the values of certain form fields to the form and have them rendered as read only or hidden fields. Is there an elegant way of doing this? Thanks Charlotte

Re: how do you pronounce 'Django'

2005-09-26 Thread Gábor Farkas
Jacob Kaplan-Moss wrote: On Sep 26, 2005, at 6:46 AM, Gábor Farkas wrote: how do you pronounce 'Django'? Have you checked the FAQ? http://www.djangoproject.com/documentation/faq/#what-does-django-mean- and-how-do-you-pronounce-it thanks. ;(( my second didnt-check-the-faq mistake in t

Re: TurboGears

2005-09-26 Thread Dagur
it's not as nice as Django. But I like the turbogears-admin command line tool

Re: TurboGears

2005-09-26 Thread James Bennett
On 9/18/05, Samat Jain <[EMAIL PROTECTED]> wrote: > They appear to be much more focused on using existing projects rather than > writing their own. Yeah. It's really not so much a "framework" as it is a bit of glue to hold together a bunch of existing components. -- "May the forces of evil becom

"Developers for hire" page

2005-09-26 Thread Adrian Holovaty
All, I've added a "Developers for hire" page on the wiki. http://code.djangoproject.com/wiki/DevelopersForHire Please add yourself to the list if you're interested in making your Django programming services available to potential employers (for both contract work and permanent work). Adrian --

Re: "Developers for hire" page

2005-09-26 Thread cybermalandro cybermalandro
Adrian, Is it possible to run Django in a winblows environment with IIS 6.0 ? if so how reliable would this be? is there any ODBC support on Django? Thanks for your help On 9/26/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: All,I've added a "Developers for hire" page on the wiki.http://code.dja

Expires header with cache middleware

2005-09-26 Thread asrenzo
Hi, Don't you think there should be an automatic Expires header send when using a cache middleware (like the Last-Modified one) ? This way, an apache frontend (or any squid) could cache entire pages for a while without any django access. Regards, Laurent.

Re: "Developers for hire" page

2005-09-26 Thread Adrian Holovaty
On 9/26/05, cybermalandro cybermalandro <[EMAIL PROTECTED]> wrote: > Is it possible to run Django in a winblows environment with IIS 6.0 ? if so > how reliable would this be? is there any ODBC support on Django? I've never used IIS, so I have no idea. Anybody else know? There's no ODBC support

Re: "Developers for hire" page

2005-09-26 Thread Eugene Lazutkin
I did some research on it and it is possible. Some additional code needed: ODBC/OLEDB/MSSQL database backend for Django. Some efforts should be invested in setup process for IIS. I was planning to do it in a month or so. "Adrian Holovaty" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTE

Re: "Developers for hire" page

2005-09-26 Thread Joshua D. Drake
Eugene Lazutkin wrote: I did some research on it and it is possible. Some additional code needed: ODBC/OLEDB/MSSQL database backend for Django. Some efforts should be invested in setup process for IIS. I was planning to do it in a month or so. Just to throw in my two cents here. I know that

Re: "Developers for hire" page

2005-09-26 Thread Jakub Labath
Hi Joshua,Eugene, Joshua, you are of course right. At the same time when there is someone like me trying to replace existing solutions in place (which are all under IIS and MSSQL). Declaring one day company-wide switch to a different SQL server, different operating system and different framework

Re: "Developers for hire" page

2005-09-26 Thread Eugene Lazutkin
Joshua, 1st thing 1st: I am not a Django developer. I do contribute some code. Personally I don't have Oracle on my desktop but I have WinXP => I have "free" IIS and "free" MSSQL. Whether we like it or not majority of small guys out there are running MS Windows of some sort. Why not give them

Re: "Developers for hire" page

2005-09-26 Thread Adrian Holovaty
On 9/26/05, Jakub Labath <[EMAIL PROTECTED]> wrote: > The MSSQL support seems to be most pressing to me. Anybody else interested? Here's a patch that [EMAIL PROTECTED] submitted 2 months ago: http://code.djangoproject.com/ticket/225 Django's backend has changed quite a bit, so the patch won't w

Re: "Developers for hire" page

2005-09-26 Thread Kenneth Gonsalves
On Tuesday 27 Sep 2005 7:43 am, Joshua D. Drake wrote: > Also it would seem a shame to devote any resources to support MSSQL. > Those resources would > better be served supporting PostgreSQL what i like about django is that it started out with postgres support, and not like most apps that starte