Django tutorial


django.jpg

There are many different web frameworks under Python. Django is the most representative of the heavyweight players. Many successful websites and apps are based on Django.

Django is an open source web application framework written in Python.

Django complies with BSD copyright and was first released in July 2005, and the first official version 1.0 was released in September 2008.

Django adopts the MVC software design pattern, namely model M, view V and controller C.


Who is suitable to read this tutorial?

This tutorial is suitable for developers with Python basics.


You need to understand before studying this tutorial

Before studying this tutorial, you need to understand some basic Web knowledge and basic Python tutorials.