浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Installation — South v0.7 documentation

Installation

South’s current release is 0.7.4.

There are a few different ways to install South:

Some Linux distributions are also starting to include South in their package
repositories; if you’re running unstable Debian you can
apt-get install python-django-south, and on new Fedoras you can use
yum install Django-south. Note that this may give you an older version -
check the version before using the packages.

South should work with versions of Django from 0.97-pre through to 1.2, although
some features (such as multi-db) may not be available for older Django versions.


Using easy_install

If you have easy_install available on your system, just type:

easy_install South

If you’ve already got an old version of South, and want to upgrade, use:

easy_install -U South

That’s all that’s needed to install the package; you’ll now want to
configure your Django installation.

posted on 2012-04-07 10:16  lexus  阅读(186)  评论(0编辑  收藏  举报