B
B
Bojczuk2015-07-24 12:14:35
Django
Bojczuk, 2015-07-24 12:14:35

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

1 answer(s)
I
Igor Lyutoev, 2015-07-24
@Bojczuk

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 question

Ask a Question

731 491 924 answers to any question