First time here? Check out the FAQ!
0

Is Django installation is required for askbot

  • retag add tags

Dear Askbot Team,

Is Django installation is required for askbot

pip install askbot

or

pip install django

or

both installation is required..

Thanks..

gopalraha's avatar
332
gopalraha
asked 2016-07-28 12:23:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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.

Evgeny's avatar
13.2k
Evgeny
answered 2016-07-29 02:10:10 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for prompt ans..

gopalraha's avatar gopalraha (2016-08-02 11:47:43 -0500) edit
add a comment see more comments