DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-django-dmigrations
BeschreibungDatabase migration tool for Django projects
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.3.1+svn29-1
Sektionpython
Prioritätoptional
Installierte Größe119 Byte
Hängt ab vonpython, python-support (>= 0.7.1), python-django (>= 1.0)
Empfohlene Pakete
PaketbetreuerChris Lamb
Quelle
Paketgröße23162 Byte
Prüfsumme MD5e4dbdbb293f0a444e51e76fd64d259fa
Prüfsumme SHA1abd1efb36b93a0dd81174bec4cb6c27333680e27
Prüfsumme SHA256c6713a7f85e7270e4015ac5f0c052fe496024a9ad3f014e0b568be7096fc0c5a
Link zum Herunterladenpython-django-dmigrations_0.3.1+svn29-1_all.deb
Ausführliche Beschreibungdmigrations 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.


Impressum
Linux is a registered trademark of Linus Torvalds