django - Pinax : Out of the blue : "no such table: profiles_profile" -
note : pinax 0.7.3
i'm running clone of basic_project sqlite3.
it working fine yest. hibernated laptop , when opened , try login again, got -
no such table: profiles_profile
opened database dev.db using sqlite3 client , don't see there.
stopped server, deleted db, did syncdb created new dev.db , missing table. looking views.py of profiles app, i'm sure didn't dodo in it.
the settings.py has basic_profiles
installed apps.
the exception shows query fired -
'select "profiles_profile"."id", "profiles_profile"."user_id", "profiles_profile"."name", "profiles_profile"."about", "profiles_profile"."location", "profiles_profile"."website" "profiles_profile" "profiles_profile"."user_id" = ? '
that table structure same of basic_profiles
, can't figure could've mistyped while viewing these files.
any pointers ?
didn't figure messed up, hence cloned project again , haven't seen issue.
pretty sure fault though.
Comments
Post a Comment