﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1507	running django_admin.py - command line parameters are lost under windows	scott_list@…	Adrian Holovaty	"I have django-admin's directory in my DOS Path:
Path=<snipped>;C:\Python24\Lib\site-packages\Django-0.91-py2.4.egg\django\bin;<snipped>

I'm in c:\tmp
I run:
django-admin.py startproject myproject
It gives me back the usage statment.
I modified django-admin to print argv and it comes back as a list with a single string in it, being the full path to django-admin.py.

I don't know if this is an issue with my installation or django.

If I specify:
python c:\python24\....\django-admin.py startproject myproject
then it works fine and I can then run the server in the myproject directory.
"	defect	closed	Core (Management commands)		normal	worksforme			Unreviewed	0	0	0	0	0	0
