Re: I don't understand the difference between these two views

2010-09-02 Thread Karim Gorjux
On Thu, Sep 2, 2010 at 17:46, Daniel Roseman wrote: > See here for an explanation: > http://docs.djangoproject.com/en/1.2/ref/templates/api/#subclassing-context-requestcontext > especially the "Note" box a screen or so down. Thanks! Now everything is clear -- Karim Gojux www.karimblog.net --

Re: I don't understand the difference between these two views

2010-09-02 Thread Daniel Roseman
On Sep 2, 2:45 pm, Karim Gorjux wrote: > Working on the Coltrane's Book :-) ... > > I create two views that do the same thing but the first one use the > generic view and the second a render to response. > I don't understand why because both works but the second besides don't > passe the category