You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm having this too, guess we are supposed to manually alter the follow table and add the field target_ classname|lower _id ? @flashingpumpkin
This happened because I did syncdb and then did the utils.register code change, probably need to use a database migration app south to handle migrations and db changes
You need to register Django models before running syncdb. If you do not do it, you'll run into this issue. You can fix it by creating a South migration. This might have to be documented.
(1054, "Unknown column 'follow_follow.target_user_id' in 'where clause'")
I have checked the latest code from the repo, has anything changed lately?
The text was updated successfully, but these errors were encountered: