“Django/docs/3.0.x/intro/index”的版本间差异
来自菜鸟教程
Django/docs/3.0.x/intro/index
(autoload) |
小 (Page commit) |
||
第1行: | 第1行: | ||
+ | {{DISPLAYTITLE:入门 — Django 文档}} | ||
<div id="getting-started" class="section"> | <div id="getting-started" class="section"> | ||
− | = | + | = 入门 = |
− | + | 刚接触 Django? 还是一般的 Web 开发? 好吧,您来对地方了:阅读本材料以快速启动和运行。 | |
<div class="toctree-wrapper compound"> | <div class="toctree-wrapper compound"> | ||
− | * [[../overview| | + | * [[../overview|Django 概览]] |
* [[../install|快速安装指南]] | * [[../install|快速安装指南]] | ||
− | * [[../tutorial01| | + | * [[../tutorial01|编写您的第一个 Django 应用程序,第 1 部分]] |
− | * [[../tutorial02| | + | * [[../tutorial02|编写您的第一个 Django 应用程序,第 2 部分]] |
− | * [[../tutorial03| | + | * [[../tutorial03|编写您的第一个 Django 应用程序,第 3 部分]] |
− | * [[../tutorial04| | + | * [[../tutorial04|编写您的第一个 Django 应用程序,第 4 部分]] |
− | * [[../tutorial05| | + | * [[../tutorial05|编写您的第一个 Django 应用程序,第 5 部分]] |
− | * [[../tutorial06| | + | * [[../tutorial06|编写您的第一个 Django 应用程序,第 6 部分]] |
− | * [[../tutorial07| | + | * [[../tutorial07|编写您的第一个 Django 应用程序,第 7 部分]] |
− | * [[../reusable-apps| | + | * [[../reusable-apps|进阶教程:如何编写可重用的应用程序]] |
− | * [[../whatsnext| | + | * [[../whatsnext|接下来读什么]] |
− | * [[../contributing| | + | * [[../contributing|为 Django 编写你的第一个补丁]] |
第24行: | 第25行: | ||
<div class="admonition seealso"> | <div class="admonition seealso"> | ||
− | + | 也可以看看 | |
− | + | 如果您不熟悉 [https://python.org/ Python],您可能希望首先了解该语言是什么样的。 Django 是 100% 的 Python,所以如果你对 Python 不太熟悉,你可能会从 Django 中获得更多。 | |
− | + | 如果您完全不熟悉编程,您可能想从这个 [https://wiki.python.org/moin/BeginnersGuide/NonProgrammers 非程序员 Python 资源列表] 开始 | |
− | + | 如果您已经了解一些其他语言并希望快速掌握 Python,我们推荐 [https://diveinto.org/python3/table-of-contents.html 深入 Python] 。 如果这不是您的风格,还有许多其他 [https://wiki.python.org/moin/PythonBooks 书关于 Python]。 | |
第36行: | 第37行: | ||
</div> | </div> | ||
+ | <div class="clearer"> | ||
− | [[Category:Django 3.0.x | + | |
+ | |||
+ | </div> | ||
+ | |||
+ | [[Category:Django 3.0.x 文档]] |
2021年10月31日 (日) 04:08的最新版本
入门
刚接触 Django? 还是一般的 Web 开发? 好吧,您来对地方了:阅读本材料以快速启动和运行。
- Django 概览
- 快速安装指南
- 编写您的第一个 Django 应用程序,第 1 部分
- 编写您的第一个 Django 应用程序,第 2 部分
- 编写您的第一个 Django 应用程序,第 3 部分
- 编写您的第一个 Django 应用程序,第 4 部分
- 编写您的第一个 Django 应用程序,第 5 部分
- 编写您的第一个 Django 应用程序,第 6 部分
- 编写您的第一个 Django 应用程序,第 7 部分
- 进阶教程:如何编写可重用的应用程序
- 接下来读什么
- 为 Django 编写你的第一个补丁
也可以看看
如果您不熟悉 Python,您可能希望首先了解该语言是什么样的。 Django 是 100% 的 Python,所以如果你对 Python 不太熟悉,你可能会从 Django 中获得更多。
如果您完全不熟悉编程,您可能想从这个 非程序员 Python 资源列表 开始
如果您已经了解一些其他语言并希望快速掌握 Python,我们推荐 深入 Python 。 如果这不是您的风格,还有许多其他 书关于 Python。