(hello)➜ hello pip install django
Requirement already satisfied (use --upgrade to upgrade): django in /Users/michael/.virtualenvs/hello/lib/python2.7/site-packages
(hello)➜ hello python manage.py hello
python: can't open file 'manage.py': [Errno 2] No such file or directory
(hello)➜ hello
http://aaronpresley.com/setting-django-mac-os-x-10-9/ 照着这篇文章,到了python manage.py hello卡主了,当前目录没有manage.py,怎么执行呢?