I\'m getting a merciless
$ python manage.py migrate Unknown command: \'migrate\' Type \'manage.py help\' for usage.
I pulled the code from
This is caused largely by following the 1.7 (DEV version) tutorial when we all get the last stable version (1.6) installed by pip.
Either follow the 1.6 tutorial or follow the instructions to install 1.7 dev version of Django.