PlanetUnknown
unread,Feb 10, 2011, 2:40:30 PM2/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pinax Users
I'm just running a clone of basic_project with sqlite3.
It was working fine yest. Hibernated my laptop and when I opened and
try to login again, I got "no such table: profiles_profile"
Opened the database dev.db using the sqlite3 client and I don't see it
there.
Stopped the server, deleted the DB, did a syncdb which created a
completely new dev.db and it too is missing the table.
I was looking into the views.py of the profiles app, but I'm sure I
didn't do an Dodo in it.
The settings.py has the "basic_profiles" as installed apps.
Wondering what I messed up.
Any pointers ?