askbot django 1.5
There is any way to use askbot in django 1.5 ?
Thanks
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"
Is the testing done? Can we safely use django 1.5?
To enter a block of code:
Comments