[Answer]-Relation "comparison_bundle" does not exist LINE 1: SELECT COUNT(*) FROM "comparison_bundle"

1👍

First, actually, you could just simply forget to synchronize your database. If so, do it!:

python manage.py syncdb

If not, maybe you’ll need to completely drop database (if you have data in it) and start over again.

Leave a comment