Installation Process
Step 1- Installing Python
Django is purely written in python, So we need to install python in our system.
Click here to download the latest version of python. Install the the python application simply then follow the following procedure to download django.
Step 2- Installing Django
Installing Django is easy but certain step are require for the installation depend on your operating system.
Windows installation
click here to view download process
Step 1:- Window powershell and run it as administor
Step2:- Check the python version [python --version]
Step-3:- install virtual environment
Step 4:- Create virtual environment project
Step 5 :- Virtual environment will automatically activated. type this command workon myproject
Step 1- Installing Python
Django is purely written in python, So we need to install python in our system.
Click here to download the latest version of python. Install the the python application simply then follow the following procedure to download django.
Step 2- Installing Django
Installing Django is easy but certain step are require for the installation depend on your operating system.
Windows installation
click here to view download process
Step 1:- Window powershell and run it as administor
Step2:- Check the python version [python --version]
Step-3:- install virtual environment
Step 4:- Create virtual environment project
Step 5 :- Virtual environment will automatically activated. type this command workon myproject
Step 6 Install Django
Step 7 Check the django version by writing python -m django --version
Step 8 Create a Common file name using mkdir command here deneshpyth is the file name
Step 9 Go to your file using cd command
Now, Installation process is complete