How To Install DJANGO in windows

Django helps to program backend of web pages.

Backend includes Servers, Databases etc

Installing Django:

In the windows

Start>>powershell>> right click>> run as administrator.

(in other operating systems same as windows except commands has to be followed with sudo- Super user privilege)





To check the version of the Python type following command 

>> python --version 

If you have not installed python install python first.




Install the DJANGO package using PIP installation


First check whether easy installation package is present in your PC

>>easy_install --version 


If easy install is not present, then set the environmental variable for the easy_install

If easy install file is missing then use ez_setup.py file to install

Finally you can install django using following command

easy_install django 



Above command installs the latest version of the django.

Specific version shall be installed using the following command 

easy_install django=1.8


Check the version of the django installed


django-admin version








Comments

  1. If you're attempting to lose pounds then you certainly have to get on this totally brand new custom keto diet.

    To design this keto diet, certified nutritionists, fitness couches, and top chefs have joined together to provide keto meal plans that are powerful, painless, economically-efficient, and enjoyable.

    Since their grand opening in 2019, 1000's of individuals have already transformed their body and health with the benefits a good keto diet can offer.

    Speaking of benefits; clicking this link, you'll discover 8 scientifically-confirmed ones given by the keto diet.

    ReplyDelete

Post a Comment