[Answered ]-Can't sync south in db

2👍

You should check if your python.exe in the system PATH and then, in your project directory from cmd.exe you can run:

python manage.py syncdb

Leave a comment