エラー文
Using the URLconf defined in tutorial_hy_env.urls, Django tried these URL patterns, in this order:
このエラー文に当たった仲間はいないだろうか。
このエラーはなかなか検索しても見つからず長い間探した。
解決法
ブラウザで http://localhost:8000/polls/ にアクセスすると、 "Hello, world. You're at the polls index." と表示されるのが確認できるでしょう。
!?!?!?!?!?!?!?!?!?!?!?!?!?
私の場合
Django version 3.2.2, using settings ''
Starting development server at "ココ"
Quit the server with CONTROL-C.
Not Found: /
[11/May/2021 10:09:30] "GET / HTTP/1.1" 404 2174
上記のurlをクリックしてページに飛んでしまっていた。なんたる凡ミス。。。。
しっかり一つ一つチュートリアルを読んでいこうと決めました。
参考