Hi again,

Thanks for the help so far.

I am now working on the part 2 of the tutorial.

I updated the INSTALLED_APPS with 'django.contrib.admin':

INSTALLED_APPS = (
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'mysite.polls'
    'django.contrib.admin'
)

and tried to run

manage.py syncdb

but I get the error

Error: No module named pollsdjango.contrib.admin

I am guessing this is another PATH error. Can anyone help. 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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to