the steps of migration using south in Django...
As title
- migrate
As title
A small script that takes a manage.py dumpdata generated json file, and removes fields of the specified models. I needed this because i kept my initial data on a json file and after I removed a field on one of my models, the script wouldn't work anymore.
2 snippets posted so far.