﻿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
17329	rev 17165 django-admin.py startproject has wrong directory structure on Windows 64 bit but not Linux 64 bit	harijay	nobody	"I am running revision 17165
Python 2.7.2 64 bit on windows

#################
On Windows 7 : python 64 bit 2.7.2 :
#################
When I issue the command 
c:\>C:\djtrunk\django\bin\django-admin.py startproject WebDispStruct

c:\>cd WebDispStruct

c:\WebDispStruct>ls
WebDispStruct  manage.py

c:\WebDispStruct>cd WebDispStruct

c:\WebDispStruct\WebDispStruct>ls
__init__.py  settings.py  urls.py  wsgi.py



##################
On Ubuntu python 2.6.5 . Django revision 17165
##################


hari@hari:~$ /home/hari/djtrunk/django/bin/django-admin.py startproject WebDispStructLinux
hari@hari:~$ cd WebDispStructLinux/
hari@hari:~/WebDispStructLinux$ ls
__init__.py  manage.py  settings.py  urls.py
hari@hari:~/WebDispStructLinux$

Why does startproject behave incorrectly on Windows .

Even if I try calling the command as follows 
c:\>C:\Python27\python.exe C:\djtrunk\django\bin\django-admin.py startproject Al
lPathstest

I get the same result.

Some additional information

I do have some utilities like mysysgit loaded to the Windows command prompt.
I also have the setting Python.CompiledFile in the registry set to 
""""C:\Python27\python.exe"" ""%1"" %*""

I dont know what this above setting does. But I thought the alls paths test got around this invocation.







"	Uncategorized	closed	Core (Management commands)	dev	Normal	worksforme	django-admin.py startproject		Unreviewed	0	0	0	0	0	0
