本站首页    管理页面    写新日志    退出


«August 2025»
12
3456789
10111213141516
17181920212223
24252627282930
31


公告
 本博客在此声明所有文章均为转摘,只做资料收集使用。

我的分类(专题)

日志更新

最新评论

留言板

链接

Blog信息
blog名称:
日志总数:1304
评论数量:2242
留言数量:5
访问次数:7593767
建立时间:2006年5月29日




[Django]How to get Django
软件技术

lhwork 发表于 2007/1/20 11:48:02

Django is available open-source under the BSD license. It requires Python version 2.3 or higher, but it has no dependencies on other Python libraries. There are a couple of ways you can get it: Option 1. Get the latest development version The latest and greatest Django version is the one that's in our Subversion repository (our revision-control system). Get it using this shell command, which requires Subversion: svn co http://code.djangoproject.com/svn/django/trunk/ Option 2. Get the latest official version The latest official version is 0.95. Note that we may be making API changes to selected parts of Django before we reach version 1.0. See API stability for full information. Rest assured that we document each backwards-incompatible change in excruciating detail for easy upgrades. Here's how to get version 0.95: First, download Django-0.95.tar.gz. Then: tar xzvf Django-0.95.tar.gzcd Django-0.95sudo python setup.py install Note that the last command will automatically download and install setuptools if you don't already have it installed. This requires a working Internet connection. Also, note this installation method may not work with Python 2.5, due to the funky way setuptools works. We've fixed this in the Django development version. If you want to use Django with Python 2.5, we recommend using the Django development version. You can still use 0.95 with Python 2.5, but you'll have to manually copy the django package into your site-packages directory. After you get it See the installation guide for further instructions. And be sure to sign up for the django-users mailing list, where other Django users and the Django developers themselves all hang out to help each other.


阅读全文(1986) | 回复(1) | 编辑 | 精华
 


回复:How to get Django
软件技术

hjx_221发表评论于2007/1/20 17:06:27

note this installation method may not work with Python 2.5


个人主页 | 引用回复 | 主人回复 | 返回 | 编辑 | 删除
 


» 1 »

发表评论:
昵称:
密码:
主页:
标题:
验证码:  (不区分大小写,请仔细填写,输错需重写评论内容!)



站点首页 | 联系我们 | 博客注册 | 博客登陆

Sponsored By W3CHINA
W3CHINA Blog 0.8 Processed in 0.320 second(s), page refreshed 144765616 times.
《全国人大常委会关于维护互联网安全的决定》  《计算机信息网络国际联网安全保护管理办法》
苏ICP备05006046号