Ask Your Question
0

askbot django 1.5

asked 2013-05-09 13:01:30 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

There is any way to use askbot in django 1.5 ?

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-05-09 13:04:11 -0500

Evgeny's avatar

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

Not thoroughly tested yet though.

edit flag offensive delete link more

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

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2013-05-09 13:01:30 -0500

Seen: 536 times

Last updated: May 09 '13