我正在尝试调试在我的 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.
“这里不允许目录索引”是什么意思。意思是?什么是目录索引?
我用 Google 搜索了一下,发现的结果都与提供静态文件有关。但是,我不认为我会那样做。这个错误是什么意思?