在static->web目录下添加CSS后该css文件一直报404错误,解决问题:
在setting.py文件添加:
STATICFILES_DIRS = [ os.path.join(BASE_DIR, "static")]