Re: Tango with Django tutorial, problem getting category function to pass a variable

2013-11-13 Thread Amimo Benja
More details please. On Wed, Nov 13, 2013 at 3:22 PM, Sergiy Khohlov wrote: > check your template. or html > Many thanks, > > Serge > > > +380 636150445 > skype: skhohlov > > > On Wed, Nov 13, 2013 at 2:18 PM, Amimo Benja > wrote: > > Hi Jimmy am currently facing an error that "The current URL

Re: Tango with Django tutorial, problem getting category function to pass a variable

2013-11-13 Thread Sergiy Khohlov
check your template. or html Many thanks, Serge +380 636150445 skype: skhohlov On Wed, Nov 13, 2013 at 2:18 PM, Amimo Benja wrote: > Hi Jimmy am currently facing an error that "The current URL, > rango/category//add_page/, didn't match any of these." How did you resolve > it? > > > On Sunday,

Re: Tango with Django tutorial, problem getting category function to pass a variable

2013-11-13 Thread Amimo Benja
Hi Jimmy am currently facing an error that "The current URL, rango/category//add_page/, didn't match any of these." How did you resolve it? On Sunday, October 27, 2013 12:01:06 PM UTC+3, James Yeo wrote: > > Hey yall > > Here is my current views.py: > > http://pastebin.mozilla.org/3361332 > > PR

Re: Tango with Django tutorial, problem getting category function to pass a variable

2013-10-27 Thread Patti Chen
Hi Jimmy, Could you please check your urls.py? You need to pass category_name_url in url mapping. Read this section in the book and check this

Re: Tango with Django tutorial, problem getting category function to pass a variable

2013-10-27 Thread J. Paskaruk
Thank you! My thinking was all muddled, and that at least got me moved on to a new error at least - I never lose heart, as long as I'm generating new and revealing forms of errors, but I even my errors had stalled at that point. Anyways, I just got it done. Cheers :> On Sun, Oct 27, 2013 at 7:20

Tango with Django tutorial, problem getting category function to pass a variable

2013-10-27 Thread Jimmy Pants
Hey yall Here is my current views.py: http://pastebin.mozilla.org/3361332 PROBLEM: I'm trying to add an "Add Page" form to the project, per the tutorial at this step: http://www.tangowithdjango.com/book/chapters/forms.html#creating-an-add-pages-view-template-and-url-mapping When I click on "