Programming Tutorials

Unknown command: 'migrate'

By: Emiley J in Python Tutorials on 2012-03-16  

If you are getting this error, it means you don't have 'south' installed and you are trying to execute from one of your python files. To resolve this error, obviously you need to install south.

easy_install south

Just run the above command in your ssh and south will get installed automatically in most cases.






Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Python )

Latest Articles (in Python)