12 2017 档案
摘要:Django Django 是一个python 框架, 采用MTV的模式,模型,模板,视图 注意事项 Django 版本和 python 的版本是一一对应的,安装时一定要注意相应的版本信息。 如下图:因为该虚拟环境的python 版本是2.7, 而直接 用命令 pip install django
阅读全文
摘要:检查django If Django is installed, you should see the version of your installation. If it isn’t, you’ll get an error telling “No module named django” py
阅读全文