
The web framework for perfectionists with deadlines | Django
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web …
Getting started with Django | Django
Django provides a powerful form library that handles rendering forms as HTML, validating user-submitted data, and converting that data to native Python types. Django also provides a way to …
Download Django
The latest and greatest Django version is the one that’s in our Git repository (our revision-control system). This is only for experienced users who want to try incoming changes and help identify …
Django 文档 | Django 文档 | Django
参考指南 包含 API 和 Django 各个工作机制方面的技术参考。 它们介绍了 Django 是如何工作,如何被使用的。 不过,你得先对关键字的概念有一定理解。 操作指南 是一份目录。 它们以排列 …
编写你的第一个 Django 应用,第 1 部分 | Django 文档 | Django
本教程适用于 Django 5.2,支持 Python 3.10 及更高版本。 如果 Django 版本不匹配,您可以使用本页面右下角的版本切换器查看适用于您 Django 版本的教程,或者将 Django 更新到最新版本。
Writing your first Django app, part 1 | Django documentation
You’ve started the Django development server, a lightweight web server written purely in Python. We’ve included this with Django so you can develop things rapidly, without having to deal with …
Django documentation
Reference guides contain technical reference for APIs and other aspects of Django’s machinery. They describe how it works and how to use it but assume that you have a basic understanding …
How to install Django
If you want to use Django on a production site, use Apache with mod_wsgi. mod_wsgi operates in one of two modes: embedded mode or daemon mode. In embedded mode, mod_wsgi is …
开始 | Django 文档
如果你初次了解 Python,可能想知道它是怎样一门语言。 Django 是 100% 由 Python 编写的,所以熟悉 Python 可以加深对 Django 的理解。
Quick install guide | Django documentation
Before you can use Django, you’ll need to get it installed. We have a complete installation guide that covers all the possibilities; this guide will guide you to a minimal installation that’ll work …