Create a Django project under pycharm Windows virtual environment [interpreter]

1. Background

  I created pycharm under Windows will direct the new Django project pip and other error, temporarily can not be resolved, additional follow-up of more than one item only need a python environment,

  So virtualenv can be used to create a virtual environment, Django project pycharm created in the choice of an interpreter when     selecting a virtual environment interpreter.

 

2. virtualenv installation

       https://www.cnblogs.com/chenpython123/p/11517070.html

  Django version 1.11.24 installed in a virtual environment inside. It must be to a virtual environment. Creating mkvirtualenv

 

3. Create a project  

       

 

 4. Directory Structure

               

 

Guess you like

Origin www.cnblogs.com/chenpython123/p/11517963.html