python3.x +django + nginx + uwsgi 搭建web服务
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3.x +django + nginx + uwsgi 搭建web服务相关的知识,希望对你有一定的参考价值。
最近一直在用django开发自己的网站、在开发和线上环境的对接过程中遇到了许多的坑、所以想以一个老鸟的经历来写一下怎么
搭建web服务
一、python3.x 、django 、nginx 、uwsgi 的介绍:
哈哈自己baidu吧
二、安装python3环境
----
以上是关于python3.x +django + nginx + uwsgi 搭建web服务的主要内容,如果未能解决你的问题,请参考以下文章
我可以在带有 Python3.x 的 Django(dev 1.6.x) 上使用 MySQL 吗?
python3.x运行的坑:AttributeError: 'str' object has no attribute 'decode'