Revision history [back]
pip install django
should not be run before, because (1) likely an unsupported/incompatible version of Django will be installed that way and (2) pip install askbot
(or an equivalent set of commands) will install all the dependencies, while attempting to find the compatible release versions.