1.

How will you install Django?

Answer»

The most recommended way to install the Django FRAMEWORK in your system is by USING pip.

The follows the steps as-

  • Firstly install pip
  • Now configure virtualenv and virtualenvwrapper

As you have created and activated the virtual ENVIRONMENT now you have to enter the COMMAND - pip installs Django.



Discussion

No Comment Found