Revision history [back]
You are upgrading from 7.x branches to 9.x branches but keep in mind that both django versions are different for both the Askbot instances
When you upgrade AskBot, you should run given commands:
For version 9.x and 10.x
python manage.py makemigrations
python manage.py migrate
For version 7.x and 8.x
python manage.py syncdb