Please forgive me for a newbie problem
I installed Django, i can do "python -c "import django; print(django.get_version())" and get a return of "1.6.1". When I try any command after django-admin.py. Such as django-admin.py check or django-admin.py shell, I get only the help menu.
I installed python and Django on a non prod laptop and I can use all django-admin.py.
Any Ideas,
All help is appreciated,