Django学习我爱编程

Django安装及简单使用1.0

2018-03-28  本文已影响65人  宁静消失何如

Django安装及简单使用1.0

代码都在github:
URL:https://github.com/njxshr/codes/tree/master/testdj

环境安装1.0

在conda上安装python2.7

conda create --name python27_hades python=2.7

名称

python27_hades

激活 python27_hades

activate python27_hades # for Windows
source activate python27_hades # for Linux & Mac

安装相关

环境

# 1 mysql版本
# 登录mysql后输入 :
select version();
# 2 django版本
进入python的交互环境
import django 
# 回车后报错说明没有安装django pip install django==1.95
print(django.get_version())

我的博客即将搬运同步至腾讯云+社区,邀请大家一同入驻:https://cloud.tencent.com/developer/support-plan?invite_code=14v7by9inncdd

上一篇下一篇

猜你喜欢

热点阅读