First time here? Check out the FAQ!
0

askbot django 1.5

There is any way to use askbot in django 1.5 ?

Thanks

updated 2013-05-09 13:01:30 -0500
This post is a wiki. Anyone with karma >100 is welcome to improve it.
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

There is - in askbot/__init__.py change maximum version of django in the requirements tuple and try.

Not thoroughly tested yet though.

Evgeny's avatar
13.2k
Evgeny
answered 2013-05-09 13:04:11 -0500
edit flag offensive 0 remove flag delete link

Comments

thanks for the answer,

but i don't find that file. In the askbot folder i have: cron doc upfiles

sebafonseca's avatar sebafonseca (2013-05-16 11:13:53 -0500) edit

i change in "/usr/lib/python2.7/site-packages/askbot/__init__.py" the following line: major_version = django.VERSION[0] for major_version = 1.5. But when i execute python manage.py syncdb --> "TypeError: Item in ``from list'' not a string"

sebafonseca's avatar sebafonseca (2013-05-16 11:25:03 -0500) edit

Is the testing done? Can we safely use django 1.5?

Nikhil's avatar Nikhil (2013-10-04 14:58:29 -0500) edit
add a comment see more comments