Revision history [back]
I had the same problem on a new install of askbot & postgresql. Make sure that you answer NO to creating an admin account. After getting the NameError: global name 'User' is not defined, run:
python manage.py migrate askbot
You'll get lots of errors but after completion, you should be able to launch the site with:
python manage.py runserver `hostname -i`:8000
At least it works for you me...
I had the same problem on a new install of askbot & postgresql. Make sure that you answer NO NO to creating an admin account. After getting the NameError: global name 'User' is not defined, run:
python manage.py migrate askbot
You'll get lots of errors but after completion, you should be able to launch the site with:
python manage.py runserver `hostname -i`:8000
At least it works for you me...