Answer the question
In order to leave comments, you need to log in
Basic concept on virtdev in Django?
I continue to study Django, I was advised that it is better to create my own virtual environment for each project, so in each project I type this
virtualenv --no-site-packages win_venv
win_venv\Scripts\activate
This is on the local machine.
And when I upload it to the hosting, I create a virtual environment separately in the project. And I can't figure out why even this? And is it necessary to re-create the virtual environment here and there separately?
Answer the question
In order to leave comments, you need to log in
Here you will have two sites on one server. One is old with django 1.6, the other is new with 1.9. And both are in Python3. Understand?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question