| Paketname | python-django-dmigrations | 
| Beschreibung | Database migration tool for Django projects | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.3.1+svn29-1 | 
| Sektion | python | 
| Priorität | optional | 
| Installierte Größe | 119 Byte | 
| Hängt ab von | python, python-support (>= 0.7.1), python-django (>= 1.0) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Chris Lamb  | 
| Quelle |  | 
| Paketgröße | 23162 Byte | 
| Prüfsumme MD5 | e4dbdbb293f0a444e51e76fd64d259fa | 
| Prüfsumme SHA1 | abd1efb36b93a0dd81174bec4cb6c27333680e27 | 
| Prüfsumme SHA256 | c6713a7f85e7270e4015ac5f0c052fe496024a9ad3f014e0b568be7096fc0c5a | 
| Link zum Herunterladen | python-django-dmigrations_0.3.1+svn29-1_all.deb | 
| Ausführliche Beschreibung | dmigrations offers a simple but flexible way of managing changes to the
database in your Django projects. It is a replacement for Django's
built-in syncdb command.
.
With dmigrations, every change to your database (including the creation
of your initial tables) is bundled up in a migration. Migrations are
Python files that live in a migrations directory and can be applied and
un-applied (reverted) in sequence.
.
dmigrations aims to be compatible with workflows involving distributed
revision control systems.
 |