に記載されているとおり: https://docs.djangoproject.com/en/dev/howto/static-files/
DEBUG が True に設定されている場合、サーバーは自動的に静的ファイルを提供しますが、次のように述べています。
This method is grossly inefficient and probably insecure, so it is unsuitable for production.
しかし、それについて非効率的で安全でないのは正確には何ですか? 私はまだ「本番」モードに設定していないHerokuの小さなプロジェクトを持っているだけで、正確な欠点は何だろうと思っています。