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 ContentType Creation/Update #6

Closed paltman closed 13 years ago

paltman commented 15 years ago

./manage.py syncdb called functions to update and/or create records in the content types table which drives a lot of under the covers functionality (e.g. Generic Relations).

Add hooks to perform the same function calls as syncdb.