前提・実現したいこと
Anacondaを使用してDjangoを実行してサイトに"Hello Django"と表示させたいです。
発生している問題・エラーメッセージ
Page not found (404)
Request Method: GET
Request URL: http://localhost:8000/hello/
Using the URLconf defined in project.urls, Django tried these URL patterns, in this order:
admin/
The current path, hello/, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
↑実際に表示されます
該当のソースコード
試したこと
https://teratail.com/questions/91869
こちらのQ&Aを参考にして試したりしたのですがそれでも、Page not foundと出てしまいます。
補足情報(FW/ツールのバージョンなど)
django:2.1.7
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/08 09:24 編集
2020/06/08 09:26
2020/06/08 09:30
2020/06/08 09:37
2020/06/08 10:04
2020/06/08 10:20
2020/06/08 10:21
2020/06/08 10:42