Django Tutorial: How To Install and Create A Virtual Environment

preview_player
Показать описание
In this tutorial, we are going to learn how to install and create a virtual environment for Django. We will use virtualenv to create an isolated environment for each one of our Django projects. This gives use the ability to work with different versions of Python, Django, including the Python and Django packages for each Django project. When using virtualenv we can think of it as a partition from the rest of our Python code.

Рекомендации по теме
Комментарии
Автор

How to activate location in VirtualEnvironment

kurianbenoy