First time here? Check out the FAQ!
1

Which version of Django works with Askbot 0.7.43?

About to attempt installing Askbot on a VPS, but want to find out which version of Django will it work with.

I can see that this site is running 0.7.43. Which version of Django worked with it?

finid's avatar
123
finid
asked 2012-10-05 06:31:36 -0500
todofixthis's avatar
1.3k
todofixthis
updated 2012-10-05 18:17:57 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

1.3.1. I know there is a bug in the setup (remove one middleware from the settings and it will work http://askbot.org/en/question/7545/attributeerror-at-askbot_language/) and we've been delaying a new release due to lack of time. We'll work on this ASAP.

Evgeny's avatar
13.2k
Evgeny
answered 2012-10-05 10:53:13 -0500
edit flag offensive 0 remove flag delete link

Comments

The previous table release is 1.3.3. Will that work?

finid's avatar finid (2012-10-05 14:54:10 -0500) edit

I am running askbot 0.7.44 with django 1.3.4 and it appears to be working well.

esse's avatar esse (2012-11-21 00:08:18 -0500) edit

Did you encounter any problems during the installation and setup?

finid's avatar finid (2012-11-22 20:15:37 -0500) edit

outside of some of my own mistakes no :) I have installed askbot from both the pip install askbot and from the python setup.py develop via a virtualenv. In either case you will need to run pip uninstall django after install then run pip install django=1.3.4. If you install via python setup.py you can also modify askbot/__init__.py REQUIREMENTS to have 1.3.4 as the required django.

esse's avatar esse (2012-11-22 23:56:22 -0500) edit
add a comment see more comments