Let’s assume that in our working directory we have virtual environment called dev-env and the installed Django framework. Where should you look for Django-related code (Windows)? The > character stands for a command prompt.

Questions & AnswersCategory: PythonLet’s assume that in our working directory we have virtual environment called dev-env and the installed Django framework. Where should you look for Django-related code (Windows)? The > character stands for a command prompt.
Geek Boy Staff asked 2 years ago

Let’s assume that in our working directory we have virtual environment called dev-env and the installed Django framework. Where should you look for Django-related code (Windows)? The > character stands for a command prompt.

a. > .\dev-env\Lib\django

b. > .\dev-env\\django

c. > .\dev-env\Lib\site-packages\django

d. > .\Lib\site-packages\django