I\'ve recently installed Django-1.5b1. My system configuration:
When I call django-
Don't run the script from the direct path to the django library; run it from any other path. It seems you cd
into the directory where django is installed (or where you downloaded and expanded it) and then ran the command from there.
So try this:
(devel)ninja Django-1.5b1: cd
(devel)ninja: django-admin.py startproject foo