I am new to Django and trying to create my first project. I know that I need to run the command "python django-admin.py startproject iFriends" (iFriends is the folder that I created for the project). Terminal is responding with - "-bash: django-admin.py: command not found." Why is it not working? Is this the wrong command?
I am using Mac OS X 10.7.3, Django 1.4, and Python 2.7.2.