Re: django-voting url pattern

2010-11-03 Thread Sithembewena Lloyd Dube
Thanks Daniel! On Tue, Nov 2, 2010 at 11:39 AM, Daniel Roseman wrote: > On Nov 1, 3:08 pm, Sithembewena Lloyd Dube wrote: > > Thanks Daniel, makes sense. Also, I was making the mistake of thinking > that > > I had to create a separate view, forgetting that I am calling the one > > supplied by dj

Re: django-voting url pattern

2010-11-02 Thread Daniel Roseman
On Nov 1, 3:08 pm, Sithembewena Lloyd Dube wrote: > Thanks Daniel, makes sense. Also, I was making the mistake of thinking that > I had to create a separate view, forgetting that I am calling the one > supplied by django-voting. That correct? I'm not familiar with django-voting, but yes that soun

Re: django-voting url pattern

2010-11-01 Thread Sithembewena Lloyd Dube
Thanks Daniel, makes sense. Also, I was making the mistake of thinking that I had to create a separate view, forgetting that I am calling the one supplied by django-voting. That correct? On Mon, Nov 1, 2010 at 3:45 PM, Daniel Roseman wrote: > On Nov 1, 1:23 pm, Sithembewena Lloyd Dube wrote: >

Re: django-voting url pattern

2010-11-01 Thread Daniel Roseman
On Nov 1, 1:23 pm, Sithembewena Lloyd Dube wrote: > Hi all, > > I have django-voting installed and am trying to get through the 'recipe'.  I > have a url pattern which (I expect) should route voting actions to a view. > > Problem is, which view or views should handle this? The URL pattern is as >

django-voting url pattern

2010-11-01 Thread Sithembewena Lloyd Dube
Hi all, I have django-voting installed and am trying to get through the 'recipe'. I have a url pattern which (I expect) should route voting actions to a view. Problem is, which view or views should handle this? The URL pattern is as follows: (r'^videos/(?P\d+)/(?P*up|down|clear)*vote/?$',