首先确认静态文件路由正确
setting.py中的静态文件路由 static
其次,在主应用 添加路由:
url(r'^static/(?P<path>.*)$', serve, {'document_root': settings.STATIC_ROOT}),
首先确认静态文件路由正确
setting.py中的静态文件路由 static
其次,在主应用 添加路由:
url(r'^static/(?P<path>.*)$', serve, {'document_root': settings.STATIC_ROOT}),
本文标题:服务器访问静态文件重要配置
本文链接:https://www.haomeiwen.com/subject/wqkqgctx.html
网友评论