Paketname | python-django-south |
Beschreibung | Intelligent schema migrations for django apps |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.7-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 680 Byte |
Hängt ab von | python, python-support (>= 0.90.0), python-django (>= 1.0.2) |
Empfohlene Pakete | |
Paketbetreuer | David Watson |
Quelle | |
Paketgröße | 69794 Byte |
Prüfsumme MD5 | b54008d77adea61ed06fb5150e5ee983 |
Prüfsumme SHA1 | a41dcd4ccad3cf4328ae9ce2fe4247efeaa45589 |
Prüfsumme SHA256 | 97b25a00fea31cd3cd54f07187c70fa43697bb05502869b076c86867da58ffb8 |
Link zum Herunterladen | python-django-south_0.7-1_all.deb |
Ausführliche Beschreibung | An intelligent database migrations library for the Django web framework.
It is database-independent and DVCS-friendly, as well as a whole host of
other features.
.
* Intelligent; it knows if you've missed out a migration or two
* Database independent, so there's no hassle if you need to move databases.
* Easy; it can write migrations for you, and it takes about a minute to
convert your app over to use South.
* Designed for a pluggable Django world; you can declare dependencies
between apps so they all migrate together correctly, and you can
still use syncdb for your non-migrated apps without it interfering.
|