What is recommended way to install Django?

devquora
devquora

Posted On: Feb 22, 2018

 

Installing using pip is the recommended way to install Django Framework. Below are the steps to install official release of Django with pip

  • Install pip.
  • Configure virtualenv and virtualenvwrapper
  • Once virtual environment is created and activated, enter the command pip install Django to install Django

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Django Interview Questions

    What does Of Django Field Class types do?

    What does Of Django Field Class types do?..

    Django Interview Questions

    Does Django Follow Architectural pattern?

    Does Django Follow Architectural pattern?..