Re: No module named PIL - Django - Gae

2009-02-06 Thread Swaroop C H
Hi Edgard, Are you running this on your local system or on GAE? Regards, Swaroop Books and Blog - http://www.swaroopch.com Microblog - http://twitter.com/swaroopch On Fri, Feb 6, 2009 at 7:34 PM, Edgard Matos wrote: > Hi! > > I'm trying to do a form to upload a image using Google App Engine

Re: Best way to template "," and "and" separated lists?

2008-02-06 Thread Swaroop C H
On Feb 7, 2008 10:45 AM, toomim <[EMAIL PROTECTED]> wrote: > > I am looping through a list of people, and want to output their > hyperlinked names separated by commas and then the word "and". If I've understood your question correctly, you can use 'forloop.last' to determine if you're in the las

Re: svn access to django_website

2005-09-13 Thread Swaroop C H
t; at the end. This command works: svn co http://code.djangoproject.com/svn/djangoproject.com/ django_website/ HTH, Swaroop C H www.swaroopch.info

Reloading django when running on fcgi ?

2005-09-07 Thread Swaroop C H
Hi, I've been playing with django + fcgi + textdrive. If I make changes to the code, how do I get this to be automatically picked up, short of doing `pkill lighttpd` and restarting it? Thanks! Swaroop C H www.swaroopch.info