How do I fix this Django error "Exception Type: OperationalError Exception Value: no such table?"
Posted
by user319045
on Stack Overflow
See other posts from Stack Overflow
or by user319045
Published on 2010-05-16T19:07:18Z
Indexed on
2010/05/16
19:10 UTC
Read the original article
Hit count: 254
I've finally installed all the requirements (so i think!) of a Django project, and I'm trying to get a local install running on my Mac (OSX 10.4).
I'm getting the following error:
Blockquote OperationalError at /
no such table: django_content_type
Request Method: GET
Request URL: http://127.0.0.1:8000/
Exception Type: OperationalError
Exception Value:
no such table: django_content_type
Exception Location: /Users/Diesel/Desktop/DjangoWork/pinax-ev/lib/python2.5/site-packages/django/db/backends/sqlite3/base.py
in execute, line 170
Python Executable: /Users/Diesel/Desktop/DjangoWork/pinax-ev/bin/python
Python Version: 2.5.1
© Stack Overflow or respective owner