First time here? Check out the FAQ!

Revision history  [back]

Hello, maybe you forgot to run migrations?

python manage.py migrate

Tables for the askbot application and the bundled login app are created by the migrate command, but most other applications - by syncdb.

Hello, maybe you forgot to run migrations?

python manage.py migrate
migrate askbot

Tables for the askbot application and the bundled login app are created by the migrate command, but most other applications - by syncdb.