When running scripts in bash, I have to write ./ in the beginning:
./
$ ./manage.py syncdb
If I don\'t, I get an error message:>
When the script is not in the Path its required to do so. For more info read http://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_02_01.html