﻿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
3475	Creating apps with certain names causes manage.py to stop working	svant	nobody	"manage.py should not allow creating an app with a certain name when that could break manage.py itself.

after doing ''manage.py startapp site'' I got the following error when trying to do something with manage.py

{{{
Traceback (most recent call last):
  File ""path\manage.py"", line 2, in ?
    from django.core.management import execute_manager
ImportError: No module named django.core.management
}}}

"		closed	Core (Management commands)	dev		wontfix	manage.py, startapp	frankie@… jdunck@…	Design decision needed	1	0	0	0	0	0
