Hi guys, I'm a rookie in django, I am doing the tutorial intro of the
official URL Django, in chapter 3 but I get the following error when I
access the url of my application
{
AttributeError at / polls /
type object 'Poll' has no attribute 'objetcs'
Request Method: GET
Request URL: http://localhost:8000/polls/
Django Version: 1.2.5
Exception Type: AttributeError
Exception Value:
type object 'Poll' has no attribute 'objetcs'
Exception Location: / home / kodenix / Workspace / programming / django
/ example / MyFirst / polls / views.py in index, line 7
Python Executable: / usr / bin / python
Python Version: 2.6.5
}
What does this error?, I followed the tutorial correctly
I am use Django 1.2
Best regards
Alberto Morales
--
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.