Django tutorial

Collection(25) share
Read(17870) update time(2022-04-13)

"Django Tutorial" 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 abides by BSD copyright, was first released in July 2005, and released the first official version 1.0 in September 2008. Django adopts the MVC software design pattern, namely model M, view V and controller C, which can be used to quickly build high-performance, elegant websites!


Latest chapter


Django Nginx+uwsgi 安装配置 2016-10-18
Django Admin 管理工具 2016-10-18
Django 表单 2016-10-18
Django 模型 2016-10-18
Django 模板 2016-10-18
Django 创建第一个项目 2016-10-18
Django 安装 2016-10-18
Django 教程 2016-10-18