askbot django 1.5
There is any way to use askbot in django 1.5 ?
Thanks
asked 2013-05-09 13:01:30 -0500
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
There is - in askbot/__init__.py
change maximum version of django in the requirements tuple and try.
Not thoroughly tested yet though.
thanks for the answer,
but i don't find that file. In the askbot folder i have: cron doc upfiles
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"
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-05-09 13:01:30 -0500
Seen: 536 times
Last updated: May 09 '13