In my system there is Django 1.2.3 installed system wide:
C:\\>python -c \"import django; print django.get_version()\" 1.2.3 C:\\>django-admin.py --version
I just typed django-admin, without the .py file extension, and worked for me.