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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
finid's avatar
123
finid
asked 12 years ago
todofixthis's avatar
1.3k
todofixthis
updated 12 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

The previous table release is 1.3.3. Will that work?

finid's avatar finid (12 years ago)

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

esse's avatar esse (12 years ago)

Did you encounter any problems during the installation and setup?

finid's avatar finid (12 years ago)

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 (12 years ago)
see more comments