missing constraint on askbot_thread during migrate
Hi all, I'm trying to install and run askbot, and when I get to migration step (running 'python manage.py migrate'), I get the following error: ValueError: Cannot find a FOREIGN KEY constraint on table askbot_thread, column accepted_answer_post_id
I'm using MySql with the Django install.
Any ideas? Really appreciate your help! Thanks!
Comments
Which version do you have?
Python: 2.7.1, askbot: latest, MySQL-python library: 1.2.4b4, mysql: 5.5.20