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 Feb 2019 at 06:31, <odootestin...@gmail.com> 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 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://localhost:8000/polls/1/vote/, I am
>>> greeted with an exception:
>>>
>>> NoReverseMatch at /polls/1/vote/
>>> value: u'polls' is not a registered namespace
>>>
>>> <snip>
>>>
>>> It seems strange that 'polls' is not a registered namespace because it
>>> is the name of my django application.  Any ideas as to what I could be
>>> doing wrong here?
>>>
>>
>> Are you sure you've followed the instructions at the end of the previous
>> part?
>>
>> https://docs.djangoproject.com/en/1.6/intro/tutorial03/#namespacing-url-names
>> --
>> DR.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/274e59fa-fd4c-4535-afc7-dea30195ddc6%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/274e59fa-fd4c-4535-afc7-dea30195ddc6%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANfVfcA53TzzUQ4UgVTO%2BWMcVVAR4xmeTms0R1j25Ohmz_2tBw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to