Tango with Django Chapter 7 (Add_page)

2013-11-13 Thread Amimo Benja
Hey all, Am currently practicing using this tutorial http://www.tangowithdjango.com/book/chapters/forms.html, but I'm constantly getting this error "The current URL, rango/category//add_page/, didn't match any of these." every time I click on the Add a Page

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-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 c

Re: Tango with Django Chapter 7 (Add_page)

2013-11-14 Thread Amimo Benja
rge > > > +380 636150445 > skype: skhohlov > > > On Wed, Nov 13, 2013 at 2:14 PM, Amimo Benja > > > wrote: > > Hey all, > > > > Am currently practicing using this tutorial > > http://www.tangowithdjango.com/book/chapters/forms.html, but I&#x

Re: Tango with Django Chapter 7 (Add_page)

2013-11-14 Thread Amimo Benja
context_dict['pages'] = pages > context_dict['category'] = category > except Category.DoesNotExist: > pass > > return render_to_response('rango/category.html', context_dict, context) > > And I am also mid way through Tango with Django if you hadn't gues

Re: Tango with Django Chapter 7 (Add_page)

2013-11-20 Thread Amimo Benja
supposed to be so or am I missing something? On Thursday, November 14, 2013 4:49:13 PM UTC+3, Lee wrote: > > No problem at all, glad it worked out for you :-) > > Good luck with the rest of the tutorial > > Cheers > > On Thursday, 14 November 2013 12:16:06 UTC, Amimo Benja wro

Tango with Django Tutorials

2013-11-22 Thread Amimo Benja
Does anyone know how I can convert the entire Tango with Django Tutorials from online to an offline website that I can store and use on my hard disk? Please help I desperately need to use this site while am offline -- You received this message because you are subscribed to the Google Groups

Re: Tango with Django Tutorials

2013-11-22 Thread Amimo Benja
Thanks Felipe Coelho, it worked perfectly... At least now I don't have to worry about the internet being there or not. On Fri, Nov 22, 2013 at 2:15 PM, Felipe Coelho wrote: > On Nov 22, 2013 7:01 AM, "Amimo Benja" wrote: > > > > Does anyone know how I can conver

Finished and Published Tango with Rango Tutorials

2013-11-30 Thread Amimo Benja
Hello, I finished the Tango with Rango Tutorials and published the app at amimobenja.pythonanywhere.com/rango/ however it is not working as expected. Check out the site and review the whole whole code at https://github.com/amimobenja/tango_with_django and recommend any necessary changes. --

Re: Finished and Published Tango with Rango Tutorials

2013-12-01 Thread Amimo Benja
ence site: > > > https://github.com/leifos/tango_with_django/blob/master/tango_with_django_project/rango/views.py > > > On Saturday, 30 November 2013 12:31:13 UTC, Amimo Benja wrote: >> >> Hello, >> >> I finished the Tango with Rango Tutorials and

Prototype of an Online Voting System (I need some constructive criticism here)

2013-12-13 Thread Amimo Benja
simple_prototype_of_online_voting_system I am new to Django/Python. After a few tutorial, I have tried to develop this app. However, I need some constructive criticism as the app needs to be made better and improved. Please view it and highlight the prob

Re: Prototype of an Online Voting System (I need some constructive criticism here)

2013-12-13 Thread Amimo Benja
Amirouche, the recommendations are actually great. I new to Django and Python, so how to implement them exactly as you recommend to me is a little bit difficult. Can you please fork the repository and update the code so that I can view how you have implement the changes, if that is fine with you.