Re: Test tables not all created

2009-09-15 Thread peppergrower
By "normal database" I meant the one that gets used normally by Django, e.g., while running the development server (manage.py runserver)--in contrast to the test database. Thanks for the pointer. I checked my INSTALLED_APPS, and somehow I'd missed a module. I'm not sure how that happened, since

Re: Test tables not all created

2009-09-15 Thread Karen Tracey
On Mon, Sep 14, 2009 at 6:41 PM, peppergrower < spamcomefindmeple...@gmail.com> wrote: > > I just started exploring Django's test framework, and it looks like > it'll be fantastic once I get it working. However, while trying to > run a very simple test (just to figure out how to use the test > fe

Test tables not all created

2009-09-14 Thread peppergrower
I just started exploring Django's test framework, and it looks like it'll be fantastic once I get it working. However, while trying to run a very simple test (just to figure out how to use the test features), I noticed that the test database that's being created doesn't contain all of the tables