
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 …
Django documentation | Django documentation
Django has the concept of “views” to encapsulate the logic responsible for processing a user’s request and for returning the response. Find all you need to know about views via the links below:
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.
Django overview | Django
With Django, you can take web applications from concept to launch in a matter of hours. Django takes care of much of the hassle of web development, so you can focus on writing your app …
Django at a glance | Django documentation | Django
Django at a glance ¶ Because Django was developed in a fast-paced newsroom environment, it was designed to make common web development tasks fast and easy. Here’s an informal …
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 6.0, which supports …
How to install Django | Django documentation
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 …
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 …
Django 文档 | Django 文档
参考指南 包含 API 和 Django 各个工作机制方面的技术参考。 它们介绍了 Django 是如何工作,如何被使用的。 不过,你得先对关键字的概念有一定理解。 操作指南 是一份目录。 它们以排列 …