Hello guys

I have a problem with walking through the second official django
tutorial (http://www.djangoproject.com/documentation/tutorial2/). The
problem is as follows.
I have sucessfully logged in to the admin area, then clicked to the
Polls and see my polls list. But if I click to edit a poll or add a new
poll I see a long traceback message instead of editor. I tried many
different classes even my own but I get always the same.
Traceback says:
ContentTypeDoesNotExist at /admin/polls/polls/1/
ContentType does not exist for {'package__label__exact': 'polls',
'python_module_name__exact': 'polls'}
etc ...

If you carefully read the comments bellow the manual page you'd see
that I was not the only person who experienced the same problem.

Could anyone help me or at least point to the source of such problems ?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to