I'm using userena, and I added a single line to add zipcodes to the models.py in my app folder. I now get
OperationalError at /accounts/signup/
no such column: accounts_myprofile.zipcode
Anytime I try to signup. In an effort to try to fix this, I deleted by sqlite3.db and then ran a syncdb and flush (without any errors), thinking this was rebuild the db, but I don't see any sqlite3.db in my project folder.
My question is, is this a problem related to userena and how do I fix this?