Django 静态文件相关设置时间:2021-02-23 10:10:51项目根目录创建 static 文件夹 settings.py 中加入 STATICFILES_DIRS = [ os.path.join(BASE_DIR, "static") ]