#3475: Creating apps with certain names causes manage.py to stop working
-----------------------+----------------------------------------------------
Reporter: svant | Owner: adrian
Status: new | Component: django-admin.py
Version: SVN | Keywords: manage.py, startapp
Stage: Unreviewed | Has_patch: 0
-----------------------+----------------------------------------------------
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
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/3475>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---