Djangoのチュートリアルでの404エラーを解決した
エラー文
Using the URLconf defined in tutorial_hy_env.urls, Django tried these URL patterns, in this order:
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をクリックしてページに飛んでしまっていた。なんたる凡ミス。。。。
しっかり一つ一つチュートリアルを読んでいこうと決めました。
参考
Author And Source
この問題について(Djangoのチュートリアルでの404エラーを解決した), 我々は、より多くの情報をここで見つけました https://qiita.com/yutoun/items/34d3f43bcc6d857e58b9著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .