I don't quite follow your note there of just going to: http://127.0.0.1:8000/ without the app name 'polls' following.
I believe you have to put the app name following that. It was working before with http://127.0.0.1:8000/polls/, but then I did something and tried to backtrack and the whole system got messed up. I tried to reset everything back to the original but it is still not working. On Wednesday, November 11, 2020 at 7:47:58 PM UTC-6 Clive Bruton wrote: > > On 11 Nov 2020, at 23:37, George P. Olson wrote: > > > So when I go to this url: http://127.0.0.1:8000/polls/ > > Although the urlpatterns below shows "# ex: /polls/", the defined > path has no path elements, so you just need: > > http://127.0.0.1:8000/ > > I think. > > > urlpatterns = [ > > # ex: /polls/ > > path('', views.index, name='index'),... > > > -- Clive > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1feb0c4a-8919-4aff-abb1-e0110392c396n%40googlegroups.com.