First time here? Check out the FAQ!

Revision history  [back]

You probably installed Django 1.5: the installation requirements don't specify any upper bound for the version of Django, but AFAIK Askbot is not yet compatible with Django 1.5

You can try fixing this with:

pip uninstall Django
pip install Django==1.4.5