首页 > 代码库 > django book chapter 2
django book chapter 2
Django’s optional GIS (Geographic Information Systems) support requires Python 2.5 to 2.7.
这里提到了django的GIS,貌似是个挺有意思的东西,以后要研究一下。
In case you’re curious: Django’s files will be installed into your Python installation’s site-packages directory – a directory where Python looks for third-party libraries. Usually it’s in a place like/usr/lib/python2.7/site-packages.
这里值得注意,django的安装路径默认是在python的安装路径下的site-packages。这个文件夹是python用来查找第三方lib的文件夹。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。