First time here? Check out the FAQ!

Revision history  [back]

Hi.

What db engine and askbot version are you using?

A quick fix:

python manage.py syncdb --all
python manage.py migrate --fake

This won't run south migrations and django will to the all the work to create the database, if you are using postgresql as db engine you will need to do the following commands:

python manage.py init_postgresql_full_text_search

Hi.

What db engine and askbot version are you using?

A quick fix:

python manage.py syncdb --all
python manage.py migrate --fake

This won't run south migrations and django will to the all the work to create the database, if you are using postgresql as db engine you will need to do the following commands:

python manage.py init_postgresql_full_text_search