When I run my test dealing with my Customer
model, I get the following error:
DatabaseError: (1146, \"Table \'test_mcif2.customer\' doesn\'t exi
There's not enough info above to answer your first question. However, once you get that issue resolved you'll probably want to install django-extensions for the following reason: It has an incredibly useful sqldiff
command that will inform you if there's a mismatch between the legacy database and your application model.