I am having trouble to sync south in my project. And the error its giving me is to use ./manage.py.
I am on windows, so I can't do chmod +x manage.py
. Is there any way around to do ./manage.py
in windows, or how do i sync south in windows. Thank you.
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