Django

Django

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

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

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

Django uses the MVT software design pattern, namely model (Model), view (View) and template (Template).


1.png2.png