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
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
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
3 matches
Mail list logo