Answer the question
In order to leave comments, you need to log in
Django app file structure and package installation?
Starting Django development from scratch. We create a virtual environment with --no-site-packages and inside this directory all packages, incl. Django app. Is this structure sufficient for effective development?
And a side question: in a Python 3 virtual environment, are packages installed via pip or pip3?
Answer the question
In order to leave comments, you need to log in
If you use only python 3 (--python=python3) when creating the environment, then packages can be installed simply with the pip command.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question