paltman-archive / nashvegas

Another database migration script runner for Django projects.
http://paltman.github.com/nashvegas
MIT License
97 stars 18 forks source link

Add ability to seed the Migration model with migrations already applied. #8

Closed paltman closed 12 years ago

paltman commented 13 years ago

This solves the problem of installing nashvegas in a project that is already underway.

./manage.py upgradedb --seed migrations/*

paltman commented 12 years ago

This has been done for quite some time just never closed this issue when the feature landed.