码迷,mamicode.com
首页 > 其他好文 > 详细

django

时间:2015-10-31 11:35:14      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:


查看django版本:

F:\>python -c "import django;print django.VERSION;print django.get_version();"
(1, 8, 0, final, 0)
1.8

F:\>
F:\>python
Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on wi
n32
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.VERSION
(1, 8, 0, final, 0)
>>> django.get_version()
1.8
>>>






















 

django

标签:

原文地址:http://www.cnblogs.com/softidea/p/4925136.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!