First time here? Check out the FAQ!
0

askbot django 1.5
 

There is any way to use askbot in django 1.5 ?

Thanks

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)
updated 11 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.

Comments

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.

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 11 years ago
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 (11 years ago)

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 (11 years ago)

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

Nikhil's avatar Nikhil (11 years ago)
see more comments