You problem is: path(’’, views.index, name=‘index’),
you are using u02BC - ‘modifier letter apostrophe’
but you should use u0027 - ‘apostrophe’.
Btw. when I am here I have also one question regarding my first project. I have just completed this cool Django introduction and I found small problem in part 6 - https://docs.djangoproject.com/en/3.1/intro/tutorial06
Here is part when I add body background to polls/static/polls/style.css cascade sheet but there is this
small problem - template previously created does not have body tags, so of course its not displaying it. I am not sure where this can be reported, so maybe someone know ?