📜  静态文件未加载 404 错误 django - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:51.049000             🧑  作者: Mango

代码示例1
If you have turned 'Debug = False' and still using 'manage.py runserver'
then static files will not load.

With debug turned off Django won't handle static files for you any more
- your production web server (Apache or something) should take care of that.