I\'m getting a merciless
$ python manage.py migrate Unknown command: \'migrate\' Type \'manage.py help\' for usage.
I pulled the code from
I solved this problem by going here http://south.readthedocs.org/en/latest/installation.html and using easy_install south. I then added 'south', to my INSTALLED_APPS and it worked.