Re: Django Tutorials: NoReverseMatch at /polls/1/vote/

2019-02-21 Thread Victor H. Velasquez Rizo
Daniel Share your urls.py file On Thu, Feb 21, 2019 at 5:32 AM wrote: > please let me know the particular solution for version 2.1 i m stucked > > On Friday, 21 March 2014 14:31:29 UTC+5:30, Daniel Roseman wrote: >> >> On Thursday, 20 March 2014 23:07:47 UTC, wasingej wrote: >>> >>> I am try

Re: Django Tutorials: NoReverseMatch at /polls/1/vote/

2019-02-21 Thread Suresh Kannan
You should read the links https://docs.djangoproject.com/en/2.1/intro/tutorial03/#namespacing-url-names https://stackoverflow.com/questions/14892462/django-error-upolls-is-not-a-registered-namespace https://stackoverflow.com/questions/30935053/noreversematch-at-polls-1-vote Suresh On Thu, 21 F

Re: Django Tutorials: NoReverseMatch at /polls/1/vote/

2019-02-21 Thread odootesting00
please let me know the particular solution for version 2.1 i m stucked On Friday, 21 March 2014 14:31:29 UTC+5:30, Daniel Roseman wrote: > > On Thursday, 20 March 2014 23:07:47 UTC, wasingej wrote: >> >> I am trying to create the project described by the Django Tutorials. >> However, I have reac

Re: Django Tutorials: NoReverseMatch at /polls/1/vote/

2014-03-21 Thread Daniel Roseman
On Thursday, 20 March 2014 23:07:47 UTC, wasingej wrote: > > I am trying to create the project described by the Django Tutorials. > However, I have reached a problem that I am stuck on after implementing > the voting forms described in tutorial 4 ( > https://docs.djangoproject.com/en/1.6/intro/t

Django Tutorials: NoReverseMatch at /polls/1/vote/

2014-03-20 Thread wasingej
I am trying to create the project described by the Django Tutorials. However, I have reached a problem that I am stuck on after implementing the voting forms described in tutorial 4 (https://docs.djangoproject.com/en/1.6/intro/tutorial04/). When I run my website and go to the url:http://local