logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

《Django 项目部署实战:Gunicorn+Nginx 全流程(含 Windows 踩坑解决)》

2. 执行静态文件收集 在项目根目录执行命令: ```bash python manage.py collectstatic ``` 终端会提示`You have requested to collect static files...`,输入`yes`回车确认,执行成功后会显示: ``` 127 static files copied to 'D:\Code\djangotutorial\sta

#django#gunicorn#nginx
到底了