Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Python Tools for Visual Studio

You're reading from  Python Tools for Visual Studio

Product type Book
Published in Apr 2014
Publisher
ISBN-13 9781783288687
Pages 122 pages
Edition 1st Edition
Languages

South – the database deployment library


Developed by the Python community, South is a Django library that brings schema migration to Django applications. The South library's main objective is to provide a simple, stable, and database-independent migration layer to prevent all the hassles of schema changes.

The key features of South are as follows:

  • Automatic migration creation: South can detect what's changed in your application model by analyzing your model.py files and automatically creating the migration code—basically the SQL commands for the database you are using—that matches the changes in the models.

  • Database independence: South is database agnostic, supporting different database backends. Currently, South supports PostgreSQL, MySQL, SQLite, Microsoft SQL Server, Oracle, and Firebird (beta support).

  • App-savvy: South knows and works with the concept of Django applications, allowing developers to use migrations on only some of the applications and not on the whole project.

  • VCS-proof...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $19.99/month. Cancel anytime}