Error While Setting Up AskBot
Hi,
I've successfully configured everything till this command : python manage.py syncdb
However when I execute next command : python manage.py migrate askbot then I get following error :
1091, "Can't DROP 'multiple'; check that column/key exists")
What could be the possible issue ?
Thanks.
Comments
Chetan, could you give more details, please? Which database are you using, version of Python and Django, also where did you get source code for askbot? Thanks.
@Evgeny : (1) Database : Mysql 5.5.21 (2) Python 2.7.2 (3) Django 1.3.1 (4) I didn't compile/configured using the source code. This time around "pip install askbot" worked. So I followed the documentation given in askbot.com