paltman-archive / nashvegas

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

Create Versions Model #1

Closed paltman closed 13 years ago

paltman commented 15 years ago

Currently, nashvegas uses a table called Versions, which is created via a SQL script. Making it model based makes it more django-ish as well as providing the ability to attach methods and reference it within an application.