InterviewSolution
Saved Bookmarks
| 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-
As you have created and activated the virtual ENVIRONMENT now you have to enter the COMMAND - pip installs Django. |
|