Django

Create virtual environment and Install Django

First go to the project directory, if you are on mac open the terminal and then drag and drop your folder after writing cd to terminal like cd then drag and drop the folder and then press enter. Check the current working directory by the following command “PWD”. After that create a virtual environment for the specific project and run the following command

Read More...