dcramer / django-ratings

Pluggable rating fields in Django.
BSD 2-Clause "Simplified" License
407 stars 167 forks source link

Test Errors #21

Open waustin opened 13 years ago

waustin commented 13 years ago

When run ./manage.py test djangoratings I receive the following 3 times DatabaseError: no such table: djangoratings_ratingtestmodel

I see that this model is defined in tests.py but can't figure out when it is supposed to be created so that it exists for the tests.

andreslucena commented 13 years ago

Same here, error in djangoratings/tests.py, line 67, in setUp: self.instance = RatingTestModel.objects.create()

Seems that it isn't creating the test table.