Page not found 404 on Django site?

前端 未结 13 2326
既然无缘
既然无缘 2020-12-14 00:46

I\'m following the tutorial on Django\'s site to create a simple poll app. However, Django is unable to resolve \"//127.0.0.1:8000/polls\" , even though I\'ve defined the re

13条回答
  •  暖寄归人
    2020-12-14 01:05

    Page not found?

    If you get an error page here, check that you’re going to http://localhost:8000/polls/ and not http://localhost:8000/.

    Source : https://docs.djangoproject.com/en/3.0/intro/tutorial01/

提交回复
热议问题