Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
500.htmldjango がwhen DEBUGisを探すことがわかりますFalse。何が問題なのですか?
500.html
DEBUG
False
デバッグが False に設定されている場合、django はデバッグ スタック トレースの代わりに 500.html テンプレートをレンダリングします。
http 404 (見つからない) 例外で 404.html テンプレートをレンダリングしようとし、それが見つからない場合は 500.html (内部エラー) で試行する可能性があります。
それ自体は問題ではなく、単なる設定です。