Askbot version upgrade
Does anyone know how to update askbot version 0.7.50 to 0.7.51? Even though there is clear documentation for askbot installation, I could not find any proper documentation for askbot upgrade.
Does anyone know how to update askbot version 0.7.50 to 0.7.51? Even though there is clear documentation for askbot installation, I could not find any proper documentation for askbot upgrade.
If during the running of above commands there is an error - the output should follow
instructions. Usually they advise to make some changes in the settings.py
file.
Other issues may be due to changed dependency libraries whose versions were not
hardcoded in Askbot. One known example is django-robots
.
For django robots the solution is pip uninstall django-robots & pip install django-robots==1.0
Future releases of askbot (> 0.7.53) will have fixed version requirements for the dependencies.
To enter a block of code:
Comments