Revision history [back]
I just went through the very same process, with same output... Reading this QA site, I came accross this command,
python manage.py syncdb --migrate --noinput
which seems to work better than the
python manage.py migrate askbot python manage.py migrate django_authopenid
found in the installation doc.
It seemed to work for me (although I'm stuck later, not being able to login, which is another problem).