我正在尝试调试我的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.
什么“这里不允许使用目录索引”.意思?什么是目录索引?