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