Django

How to install django?

As said, Django is a web framework written in Python, In order to install it first, you need to Install Python in your system. Cd Desktop virtualenv django cd django Scripts\activate. Bat Now your terminal should be prefixed with django, if not then go through the virtual environment guide again. To verify the Django installation …

How to install django? Read More »

What django does?

Django can be (and has been) used to build almost any type of website — from content management systems and wikis, through to social networks and news sites. It can work with any client-side framework, and can deliver content in almost any format (including HTML, RSS feeds, JSON, XML, etc). Django ( / ˈdʒæŋɡoʊ / …

What django does? Read More »