Django 学习 Blog 实操 14 --- 线上部署 Nignx 和 Gunicorn (待更新)

待实践后更新。。。

使用工具:Nginx + Gunicorn
需要:

  • 外网服务器 / 虚拟机
  • 域名
    windows 远程登录工具: XShell

查看sqlite 版本

sqlite3 --version

没有这个命令?

使用流行的 Gunicorn 来启动可以用于线上环境的服务器。

附上 Gitee 地址:https://gitee.com/langxing/HelloDjango-blog-tutorial

你可能感兴趣的:(Django,Blog,系列,django,nginx,python)