Django: OperationalError No Such Table
I'm building a fairly simple application, research, in my Django project that uses Django-CMS. (It's my first ground-up attempt at a project/application.) It's main purpose is to store various intellectual assets (i.e article, book, etc. written by a researcher). The problem is that when I point the browser to /research/ I get an error saying that the table 'research_journal' doesn't exist ("no such table"). I'm using Djnago 1.6.5 with a sqlite3 database. Looking at python manage.py sql research yields: BEGIN; CREATE TABLE "research_researchbase" ( "id" integer NOT NULL PRIMARY KEY, "pub_date"