﻿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
5564	Error using startapp with SVN version of Django	paul.nakata@…	nobody	"I'm following the getting started tutorial, using the SVN version of Django (0.97PRE). 

When attempting to execute {{{ python manage.py startapp Polls }}} I receive the following error: 

{{{
Traceback (most recent call last):
  File ""manage.py"", line 11, in <module>
    execute_manager(settings)
  File ""c:\python25\Lib\site-packages\django\core\management\__init__.py"", line
252, in execute_manager
    utility.execute()
  File ""c:\python25\Lib\site-packages\django\core\management\__init__.py"", line
203, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File ""c:\python25\Lib\site-packages\django\core\management\__init__.py"", line
162, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File ""c:\python25\Lib\site-packages\django\core\management\__init__.py"", line
49, in load_command_class
    {}, {}, ['Command']), 'Command')()
ImportError: No module named <django.core.management.commands.startapp.ProjectCo
mmand object at 0x00B598F0>.management.commands.startapp
}}}"		closed	Documentation	dev		fixed			Unreviewed	0	0	0	0	0	0
