First time here? Check out the FAQ!

Revision history  [back]

Olle, it seems that first migration of askbot possibly did not work.

Type python manage.py migrate --list - what do you see?

Also you could log in to the database and see what the table auth_user looks like.

In your case I'd start over and try running just migration 1 with command:

python manage.py migrate askbot 0001

Inspect the output and the database structure after the migration, if you find errors, we'll try to fix them.

Olle, it seems that first migration of askbot possibly did not work.

Type python manage.py migrate --list - what do you see?

Also you could log in to the database and see what the table auth_user looks like.

In your case I'd start over and try running just migration 1 with command:

python manage.py migrate askbot 0001

Inspect the output and the database structure after the migration, if you find errors, we'll try to fix them.