STATIC_ROOT setting 出问题
来源:3-1 django目录介绍

qq_777_3
2019-04-25
Error fetching command ‘collectstatic’: You’re using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.
Command ‘collectstatic’ skipped
写回答
1回答
-
这个报错 不影响具体的使用 如果想消除的话 STATIC_ROOT = os.path.join(BASE_DIR, 'static') 在settings里面配置上这个试试
00
相似问题