投稿/コメントを表示します。

質問です
手順通りにやったのですが stockのpurchase_list が表示できずハマっています。(404が表示されています。template-stockフォルダにmetalのpurchase_list.htmlをコピペしてあるのですが、これだけでは駄目なのでしょうか。エラーメッセージでsettingをfalseにするようにとありますが、setting で何をfalseにするのかよくわかりません)

ブラウザのエラーメッセージは以下の通りです。

Page not found (404)
Request Method: GET
Request URL: http://127.0.0.1:8001/stock/purchase_list/
Using the URLconf defined in config.urls, Django tried these URL patterns, in this order:

admin/
__debug__/
[name='index']
about/ [name='about']
reference/ [name='reference']
buy_thanks/ [name='thanks']
metal/
stock/ [name='index']
stock/ buy/ [name='buy']
stock/ _buy/ [name='buy_func']
The current path, stock/purchase_list/, 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.
2022/12/24 12:14