使用python3.5
python编译依赖
sudo apt-get install python3.5-dev
pg依赖
sudo apt-get install postgresql-server-dev-9.3 postgresql-9.3
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
使用python3.5
python编译依赖
sudo apt-get install python3.5-dev
pg依赖
sudo apt-get install postgresql-server-dev-9.3 postgresql-9.3
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
本文标题:django 部署流程
本文链接:https://www.haomeiwen.com/subject/pvsfsttx.html
网友评论