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
I also faced the same issue. it is fixed now by adding app_name = "" in app/urls.py
app_name = ""
app/urls.py