Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Django 教程

[+:

Django 是一个后端服务器端 Web 框架。

Django 是免费的,开源的,用 Python 编写的。

Django 使用 Python 更容易构建网页。

现在开始学习 Django ❯

边学边做

在本教程中,您将获得有关如何安装和创建 Django 项目的分步指南。您将学习如何创建一个项目,您可以在其中添加、读取、更新或删除数据。

您将学习如何制作 HTML 模板并使用 Django 模板标签在 HTML 文档中插入数据。

您将学习如何使用查询集从数据库中提取、过滤和排序数据。

您还将学习如何设置 PostgreSQL 数据库以及如何将您的 Django 项目部署到世界各地。


通过示例学习

在本教程中,我们将使用示例更好地解释各种概念。

示例

<ul>
  {% for x in mymembers %}
    <li>{{ x.firstname }}</li>
  {% endfor %}
</ul>
运行示例 »

通过练习学习

本教程中的许多章节都以练习结束,您可以通过练习来检查自己的知识水平。

查看所有 Django 练习


Django 测验

通过参加测验来学习!测验将向您发出信号,让您了解您对 Django 的了解程度。

开始 Django 测验


我的学习

使用 W3Schools 的免费 "我的学习" 程序跟踪您的进度。

登录您的帐户,开始赚取积分!

这是一个可选功能。您可以在 W3Schools 学习,而无需使用 "我的学习"。

Track your progress with at W3Schools.com

通过参考学习

您还将找到有关最常见 Django 功能的参考


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.