I am a complete beginner to Python/Django, but I want to dive right in and start experimenting. Thus I was following this guide on installing Python/Django http://devcenter.
if you install django by pip
pip list or pip freeze
if there is django then
pip show django
if location is '/Users/xxxxx/Library/Python/2.7/lib/python/site-packages' then
ln -s /Users/xxxxx/Library/Python/2.7/lib/python/site-packages/django/bin/django-admin.py /usr/local/bin/django-admin.py