﻿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
2590	missing __init__.py in django/core	attardi@…	Adrian Holovaty	"On Windows, when calling django-admin.py I am getting the error

>django-admin.py startproject mysite
Traceback (most recent call last):
  File ""C:\Project\IXE\Django-0.95\django\bin\django-admin.py"", line 2, in ?
    from django.core import management
ImportError: No module named core

Trying to figure it out, I noticed that the file __init__.py is missing on the directories core and others, and therefore python24 skips those directories when looking for modules.

They are present as empty files in the tar.gz, but apparently winzip skips empty files.

"	defect	closed	Core (Other)		normal	invalid		antonio@…	Unreviewed	0	0	0	0	0	0
