STEP 1
Download Python link>> And Install
STEP 2
open cmd and check version of python
Now python working correctly
STEP 3 Install Django
step1 : install pip
step2 : install Virtual Environments (virtualenv)
step 3 : make folder in any disk and open in cmd
step 4 : make project folder by command
step 5 : install Django
step 6 : check version of django
STEP 3 : Create Django Project
STEP : check which lib is install
STEP : Reqirments.txt file
use for save all library version
STEP: install requirements.txt file
Comments
Post a Comment