Changes between Version 12 and Version 13 of Download
- Timestamp:
- 09/04/08 19:28:54 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v12 v13 13 13 }}} 14 14 15 Or download a [http://aeracode.org/releases/south/south-0.3.tar.gz gzipped tar of 0.3].16 17 15 Make sure the south directory is in your python path - just like you did with Django when you installed it - and then add 'south' to your INSTALLED_APPS setting. Run ./manage.py syncdb (taking notice of the new migration-enabled syncdb) and you're ready to go! Have a look our [wiki:Tutorial tutorial], or the more in-depth [wiki:Documentation documentation]. You might also want to subscribe to my [http://www.aeracode.org/category/south/feed South feed] to get updates on new features. 18 16
