Askbot on Django 1.5
Does Askbot support Django 1.5? According to the python package index it supports 1.1 - 1.2.3, but those are some very old Django versions.
What are the latest versions it can run on?
Does Askbot support Django 1.5? According to the python package index it supports 1.1 - 1.2.3, but those are some very old Django versions.
What are the latest versions it can run on?
Thanks for pointing this out, we need to update text in the setup.py
file.
Actually minimum django version requirement now is 1.3, tested with 1.4 and should work with 1.5 but has not been tested recently.
there is a problem in askbot 0.7.48 and django 1.5.x .. your site will show 500 error if you set DEBUG = False
To enter a block of code:
Comments