Reference guides contain technical reference for apis and other aspects of django’s machinery Django 文档内容 ¶ 开始 初识 Django 设计模型 应用数据模型 享用便捷的 API 一个动态管理接口:并非徒有其表 规划 URLs 编写视图 设计模板 这仅是基本入门知识 快速安装指南 安装 Python 设置数据库 安装 Django 验证 搞定! 编写你的第一个 Django 应用,第 1 部分 创建. They describe how it works and how to use it but assume that you have a basic understanding of key concepts.
Mariia Shershun (@maxin.afc) • Instagram photos and videos
This is only for experienced users who want to try incoming changes and help identify bugs before an official release.
Django also provides a way to generate forms from your existing models and use those forms to create and update data.
在 Django 中,每一个应用都是一个 Python 包,并且遵循着相同的约定。 Django 自带一个工具,可以帮你生成应用的基础目录结构,这样你就能专心写代码,而不是创建目录了。 开始用 Django 前,需要先进行安装。 我们写了 完整安装指南 罗列了各种安装方法和情况;它会指导你完成一个简易安装,只要你按照指示操作,就可以运行得起来。 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 python 3.10 and later. Django 是 100% 由 Python 编写的,所以熟悉 Python 可以加深对 Django 的理解。 如果你毫无编程经验,可能需要从 适合零编程经验者的 Python 学习资源 起步