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 Ubuntu Archiv lucid (universe)
Version0.3.1+svn29-1
Sektionuniverse/python
Prioritätoptional
Installierte Größe248 Byte
Hängt ab vonpython, python-support (>= 0.90.0), python-django (>= 1.0)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße23336 Byte
Prüfsumme MD55efaa58e025c473f85feb4270bd50dad
Prüfsumme SHA1aad86f18e10b526422bf673c0a84ab272c0f9b2c
Prüfsumme SHA2567258a642ff1ef6a418d086d0bce9af4bba57ca117cdfbce55b7d990164eeff4b
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