![]() | 1 | initial version |
Hello, maybe you forgot to run migrations?
python manage.py migrate askbot
![]() | 2 | No.2 Revision |
Hello, maybe you forgot to run migrations?
python manage.py migrate askbot
migrate
Tables for the askbot
application and the bundled login app are created by the migrate
command, but most other applications - by syncdb
.