宝塔 django admin 静态文件生效
Nignx 方法
location /static/ {
alias /mypath/static/; #静态资源路径
}
python manage.py collectstatic
# 配置里加
static-map = /static=/storage/appshop/static
版权申明
本文系作者 @开关 原创发布在python 全栈站点。未经许可,禁止转载。
location /static/ {
alias /mypath/static/; #静态资源路径
}
python manage.py collectstatic
# 配置里加
static-map = /static=/storage/appshop/static
本文系作者 @开关 原创发布在python 全栈站点。未经许可,禁止转载。
暂无评论数据