Yesterday I was working on my first app using this tutorial. It\'s a Poll and Choice app. The first page displays the question and when you click on the question it\'s suppose t
namespace should be added polls/urls.py file.
url(r'^myapp/$', include('myapp.urls', namespace ='myapp')),