The spelling is what the problem is. You have typed 'objetcs' instead of 'objects'.
Always study the error trace very well. Best regards. Sent from my BlackBerry wireless device from MTN -----Original Message----- From: Alberto Morales Fernández <[email protected]> Sender: [email protected] Date: Wed, 09 Mar 2011 15:53:17 To: <[email protected]> Reply-To: [email protected] Subject: AttributeError at / polls / in Django Tutorial 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 [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-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

