Download Source Package python-django-dmigrations:
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.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 22.6 kB | 119 kB | [list of files] |