标签:
查看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‘ >>>
标签:
原文地址:http://www.cnblogs.com/softidea/p/4925136.html