What is Django? | How to install in windows?

Gurusabarish
2 min readJul 9, 2020

--

Can we use python in web development?

Yes, Python made a way as framework to use python in web development. There are several number of framework to use But, these two are quite famous than other things.

  • Flask
  • Django

Here, we will look only about Django. If you want to know about flask, Follow this link https://flask.palletsprojects.com/en/1.1.x/

What is Django?

Frame work is build to make our website quickly as well as user friendly.

Django is a framework build with Python and it’s not a front-end and back-end. It is a collaboration of both. We can build a website in just a months or less with Django. So, it is widely used in web development when we decide to use python for our website.

Install Django in Windows

We can’t install Django like others. We have to follow certain procedure to install Django in your local system. Before install Django, make sure you have python in your system if not, install python.

  • If you want Django in entire system, then open windows terminal and paste this pip install django and check Django is installed or Not with this code django-admin — version .
  • Install with environmental, to install this way Watch this video. Anyways, First method is very simple and easy,

--

--

Gurusabarish
Gurusabarish

Written by Gurusabarish

Hey there!, I’m Gurusabarish. I build things for the web. A passionate web app developer. I tend to make use of modern web technologies to build websites.

No responses yet