First time here? Check out the FAQ!
0

Is Django installation is required for askbot
 

Dear Askbot Team,

Is Django installation is required for askbot

pip install askbot

or

pip install django

or

both installation is required..

Thanks..

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
gopalraha's avatar
332
gopalraha
asked 8 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 8 years ago
link

Comments

Thanks for prompt ans..

gopalraha's avatar gopalraha (8 years ago)
see more comments