Hello everybody,

                I am new to Django.... I have hard time installing
django. I am following every step of tutorials in the website
djangoproject.com.

>>> from mysite.polls.models import Poll, Choice
>>> Poll.objects.all()

Traceback (most recent call last):
  File "<console>", line 1, in ?
  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/django/db/models/query.py", line 102, in
__repr__
    return repr(self._get_data())
  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/django/db/models/query.py", line 470, in
_get_data
    self._result_cache = list(self.iterator())
  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/django/db/models/query.py", line 183, in
iterator
    cursor.execute("SELECT " + (self._distinct and "DISTINCT " or "")
+ ",".join(select) + sql, params)
  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/django/db/backends/util.py", line 12, in
execute
    return self.cursor.execute(sql, params)
  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/django/db/backends/sqlite3/base.py", line 93,
in execute
    return Database.Cursor.execute(self, query, params)
OperationalError: no such table: polls_poll


Getting this error PLEASE HELP


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