manage.py is under project_home/mysite/mysite/bin/manage.py
I did it following a recommendation from some book.
The point is it's rather hard to execute python manage.py something
as it stands since I have to move to the directory or type the directory path leading to it.
Is there a convenient way to call manage.py in this setup?