Hi all, I am getting started with Django, and working through the tutorial. I am currently stuck at part 4, as follows.
https://docs.djangoproject.com/en/1.11/intro/tutorial04/ Specifically, I am getting the following error. NoReverseMatch at /polls/1/ 'polls' is not a registered namespace <form action="{% url 'polls:vote' question.id %}" method="post"> https://stackoverflow.com/questions/14892462/django-error-upolls-is-not-a-registered-namespace I notice that there were a number of posts of it online, but no real resolution of the problem. I will to check if anyone out there has any thoughts about how to resolve this. Thanks in advance, Ed -- 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 [email protected]. To post to this group, send email to [email protected]. 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/e08af6ae-d521-48a2-97c8-00c5d51310da%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

