Step By Step Install Django

 STEP 1

DownLoad Python And Install it

STEP 2

pip freeze
(For check is any library installed or not)

STEP 3

Install Django
pip install Django 

after repeat step 2

STEP 4

django-admin
(for see django command)




Comments