i have problem, debug says no such table profile did syncdb , checked connections problem other that?
the problem edited model , syncdb didn't modify table.
open db client , make sure match up. otherwise, drop table , resync , should good
your models need match db set or confusion imminent.
make sure python manage.py sql myapp
looks same sql: show schema (myapp)
source: hours of frustration :)
Comments
Post a Comment