Skip to content

Commit

Permalink
增加 DjangoBlog部署教程
Browse files Browse the repository at this point in the history
  • Loading branch information
liangliangyy committed Aug 5, 2019
1 parent 9009a44 commit 12e30ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mysql客户端从`pymysql`修改成了`mysqlclient`,具体请参考 [pypi](htt
`bin`目录是在`linux`环境中使用`Nginx`+`Gunicorn`+`virtualenv`+`supervisor`来部署的脚本和`Nginx`配置文件.可以参考我的文章:
>[使用Nginx+Gunicorn+virtualenv+supervisor来部署django项目](https://www.lylinux.org/%E4%BD%BF%E7%94%A8nginxgunicornvirtualenvsupervisor%E6%9D%A5%E9%83%A8%E7%BD%B2django%E9%A1%B9%E7%9B%AE.html)
>[DjangoBlog部署教程](https://www.lylinux.net/article/2019/8/5/58.html)
有详细的部署介绍.
Expand Down
2 changes: 1 addition & 1 deletion docs/README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Files in `test` directory are for `travis` with automatic testing. You do not ne
In `bin` directory, we have scripts to deploy with `Nginx`+`Gunicorn`+`virtualenv`+`supervisor` on `linux` and `Nginx` configuration file. You can reference with my article
>[Using Nginx+Gunicorn+virtualenv+supervisor to deploy django project.](https://www.lylinux.org/%E4%BD%BF%E7%94%A8nginxgunicornvirtualenvsupervisor%E6%9D%A5%E9%83%A8%E7%BD%B2django%E9%A1%B9%E7%9B%AE.html)
>[DjangoBlog部署教程](https://www.lylinux.net/article/2019/8/5/58.html)
More deploy detail in this article.
Expand Down

0 comments on commit 12e30ca

Please sign in to comment.