Re: model can return a count but no data

2012-03-18 Thread Kevin Wetzels
On Sunday, March 18, 2012 12:55:31 PM UTC+1, Maarten Japink wrote: > > I 'm working on a taxonomie. > These are my models: > > class Classificatie(models.Model): > name=models.CharField(max_length=60) > > def __unicode__(self): > return self.name > > class Taxonomie(models.M

Re: In views.py snippet of Code

2012-03-15 Thread Kevin Wetzels
On Thursday, March 15, 2012 7:32:53 PM UTC+1, Django_for_SB wrote: > > Hi All, > > I'm using render_to_response() in my views.py module. And of course, > I've imported the method: > > "from django.shortcuts import render_to_response" > > # This is the code that's generating the error: > def