Python (Django) || PART 1 :- How to Download, Install python & Django

 


STEP 1

    Download Python link>>   And Install

STEP 2 

    open cmd and check version of python

check python version image

 Now python working correctly

 

STEP 3 Install Django

    step1 : install pip

    step2 : install Virtual Environments (virtualenv)

install Virtual Environments (virtualenv)
    

    step 3 : make folder in any disk and open in cmd

make folder



    step 4 : make project folder by command          

virtualenv AppOne

    step 5 : install Django

install Django

    step 6 : check version of django

check version of django



 


STEP 3 : Create Django Project

Create Django Project

 

STEP : check which lib is install

check which lib is install



STEP : Reqirments.txt file

use for save all library version

Reqirments.txt

 

 

STEP: install requirements.txt file

install requirements.txt file

 

Comments