python C 如何更新我的Django版本?
http://www.djangoproject.com/download/
这是新版本.我该如何升级呢? (如何在当前版本上安装新版本?)
解决方法
在下面阅读:
http:
我目前安装了它,并且正在运行一个网站. http://www.djangoproject.com/download/ http://docs.djangoproject.com/en/dev/topics/install/ 要安装Django以便能够更新到trunk中的最新代码: If you’d like to be able to update 1.Make sure that you have Subversion installed,and that you can run its 2.Check out Django’s main development branch (the ‘trunk’) like so: svn co ln -s pwd/django-trunk/django Alternatively,you can define your What about Apache and mod_python? If you take the approach of setting More information about deployment is 4.On Unix-like systems,create a symbolic link to the file ln -s On Windows systems,the same result You don’t have to run python setup.py When you want to update your copy of 用于将Django从稳定版本更新到另一个稳定版本: If you are upgrading your installation of Django from a previous If you installed Django using setup.py install,uninstalling is as If you installed Django from a Python egg,remove the Django .egg file,and remove the reference to the egg in the file named easy-install.pth. This file should also be located in your site-packages directory. (编辑:台州站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- python – SQLAlchemy:排除从查询中的子查询中获取的行
- 是否可以在Python中模拟Scala的特征?
- python – 如何访问`pip –user`安装的软件包?
- python-2.7 – Sphinx的LaTeX错误:找不到文件`titlesec.st
- Python:ndarray.flatten(‘F’)有否相反?
- python – ImportError:Elastic Beanstalk中没有名为djang
- 如何使用基于numpy的日期的窗口获取时间序列的回溯移动平均
- CentOS中使用virtualenv搭建python3环境
- python C 我应该使用GeoDjango来映射平面图吗?
- python C 如何为Xerox打印机创建动态作业单?