
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 …
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 documentation | 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 …
Getting started with Django
Install Django Before you can use Django, you’ll need to install it. Our complete installation guide covers all the possibilities; this guide will get you to a simple, minimal installation that’ll work …
Writing your first Django app, part 1 | Django documentation
If Django is installed, you should see the version of your installation. If it isn’t, you’ll get an error telling “No module named django”. This tutorial is written for Django 5.2, which supports …
Django 文档 | Django 文档
参考指南 包含 API 和 Django 各个工作机制方面的技术参考。 它们介绍了 Django 是如何工作,如何被使用的。 不过,你得先对关键字的概念有一定理解。 操作指南 是一份目录。 它们以排列 …
How to install Django
If you just want to experiment with Django, skip ahead to the next section; Django includes a lightweight web server you can use for testing, so you won’t need to set up Apache until you’re …
Getting started | Django documentation
Getting started ¶ New to Django? Or to web development in general? Well, you came to the right place: read this material to quickly get up and running.
Models | Django documentation
Django ships with dozens of built-in field types; you can find the complete list in the model field reference. You can easily write your own fields if Django’s built-in ones don’t do the trick; see …
Django
Sep 18, 2025 · This document describes how the Django community works, and the various ways you can contribute. If this document doesn't answer your questions, please file a bug! For a …