#5564: Error using startapp with SVN version of Django
---------------------------------------+------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Component: Documentation
Version: SVN | Keywords:
Stage: Unreviewed | Has_patch: 0
---------------------------------------+------------------------------------
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
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/5564>
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
-~----------~----~----~----~------~----~------~--~---