I have started doing extensive development with Django and come across an issue with changing the schema (models) frequently.
Lucky for me after looking around on the Internet and some help from Bing. I came across South, a migrations library for Django, that may help in solving problems with models as my web site evolves.
South is found at the following web site: http://south.aeracode.org.
I will continue to use South and update my blog with any big issues or other comments I find with my development.