[Python] django error
Daniele Zambelli
daniele.zambelli a inwind.it
Ven 4 Maggio 2007 16:35:51 CEST
Salve a tutti!
sto tentando di capire come usare django seguendo il tutorial
(http://www.djangoproject.com/documentation/0.96/tutorial01/)
ma quando dò:
>>> Poll.objects.all()
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/var/lib/python-support/python2.5/django/db/models/query.py", line
102, in __repr__
return repr(self._get_data())
File "/var/lib/python-support/python2.5/django/db/models/query.py", line
470, in _get_data
self._result_cache = list(self.iterator())
File "/var/lib/python-support/python2.5/django/db/models/query.py", line
183, in iterator
cursor.execute("SELECT " + (self._distinct and "DISTINCT " or "")
+ ",".join(select) + sql, params)
File "/var/lib/python-support/python2.5/django/db/backends/util.py", line
12, in execute
return self.cursor.execute(sql, params)
File "/var/lib/python-support/python2.5/django/db/backends/sqlite3/base.py",
line 93, in execute
return Database.Cursor.execute(self, query, params)
OperationalError: no such table: polls_poll
Sembra che non riesca trovare il db, infatti non so come si chiami il db
creato da django ne dove si trovi...
Come potrei risolvere?
Può essere adatto django per realizzare una semplice sito web? ci sono
problemi per trovare hosting economici che supportino django?
Grazie
--
Daniele
giusto!
_o) (o_ (o_ _o) nel verso
-./\\ //\.- //\ /\\ forse è perché non guardiamo le cose
_\_V V_/_ V_/ \_V Quando non ci capiamo,
Maggiori informazioni sulla lista
Python