First time here? Check out the FAQ!

Revision history  [back]

Looks like there is a bug in this migration, for the time being it should be ok to skip it by:

python manage.py migrate askbot 0133 --fake
python manage.py migrate askbot

P.S. To init the database one can use python manage.py syncdb --migrate --noinput this command runs syncdb and migrate, without creating superuser and avoids some issues (Which are in the there and need to be fixed). I've not noticed them until recently because of the habit of using the command above.

Looks like there is a bug in this migration, for the time being it should be ok to skip it by:

python manage.py migrate askbot 0133 --fake
python manage.py migrate askbot

P.S. To init the database one can use python manage.py syncdb --migrate --noinput this command runs syncdb and migrate, without creating superuser and avoids some issues (Which are in the there and need to be fixed). I've not noticed them until recently because of the habit of using the command above.