Django アプリケーションで発生したこの奇妙な 404 エラーをデバッグしようとしています。
Page not found (404)
Request Method: GET
Request URL: http://78.198.124.245/
Directory indexes are not allowed here.
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.
「ここではディレクトリ インデックスは許可されていません」とはどういう意味ですか? 平均?ディレクトリ インデックスとは
私はグーグルで検索しましたが、見つけた結果はすべて静的ファイルの提供に関係しています。しかし、私はそうは思わない。このエラーはどういう意味ですか?