I am at the stage

<<
It worked!
Congratulations on your first Django-powered page.

Of course, you haven't actually done any work yet. Here's what to do
next:

    * If you plan to use a database, edit the DATABASE_* settings in
myproject/settings.py.
    * Start your first app by running python myproject/manage.py
startapp [appname].

You're seeing this message because you have DEBUG = True in your
Django settings file and you haven't configured any URLs. Get to work!
>>

I then issue the command

python manage.py startapp books

and get the error:

Traceback (most recent call last):
  File "manage.py", line 2, in ?
    from django.core.management import execute_manager
ImportError: No module named django.core.management

Can anyone assist me?

I am just starting, using webfactions django installed in the
webfaction control panel.

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to