Re: Fwd: python sql query in django

2009-02-25 Thread Parthan SR
On Thu, Feb 26, 2009 at 2:24 AM, Jesse wrote: > > I have three statements: > publications = Publication.objects.filter(techpubcombo__technology=t) > publications2 = Publication.objects.filter(pathpubcombo__pathology=p) > publications3 = Publication.objects.filter(commpubcombo__commodity=c) > > I

Strange error with tutorial code

2007-04-28 Thread Parthan SR
Hello, I was trying to do the tutorial again and was in tutorial 2 when I met with a strange error. As per the tutorial I was adding the choices on to the edit polls page. Now, when I select an existing poll (which was created with the shell) and try to add another choice, it gives me a type error

Installed Apps in settings.py

2006-07-30 Thread Parthan SR
Hi, Am trying out my first hands with Django and was following the tutorial given in the documentation. I have created a project and in the settings.py file, as it is said in the tutorial, there is no default installed apps. It is like... INSTALLED_APPS = ( ) The tutorial says the following w