提交 84c6063b 编写于 作者: W wizardforcel

12.28

上级 7460b475
# 认证
\ No newline at end of file
# 从零开始
\ No newline at end of file
# 教程
\ No newline at end of file
# 高级教程
\ No newline at end of file
# 模型
\ No newline at end of file
# 查询集
\ No newline at end of file
# 模型的实例
\ No newline at end of file
# 迁移
\ No newline at end of file
# 高级
\ No newline at end of file
# 其它
\ No newline at end of file
# 基础
\ No newline at end of file
# 参考
\ No newline at end of file
# 文件上传
\ No newline at end of file
# 基于类的视图
\ No newline at end of file
# 高级
\ No newline at end of file
# 中间件
\ No newline at end of file
# 基础
\ No newline at end of file
# 面向设计师
\ No newline at end of file
# 面向程序员
\ No newline at end of file
# 基础
\ No newline at end of file
# 高级
\ No newline at end of file
# 设置
\ No newline at end of file
# 应用程序
\ No newline at end of file
# 异常
\ No newline at end of file
# django-admin 和 manage.py
\ No newline at end of file
# 测试
\ No newline at end of file
# 部署
\ No newline at end of file
+ [新手入门](1_First steps.md)
+ [从零开始]()
+ [从零开始](1_1.md)
+ [概览](1_1_1_Django at a glance.md)
+ [安装](1_1_2_Quick install guide.md)
+ [教程]()
+ [教程](1_2.md)
+ [第1部分:模型](1_2_1_Part 1 Models.md)
+ [第2部分:管理站点](1_2_2_Part 2 The admin site.md)
+ [第3部分:视图和模板](1_2_3_Part 3 Views and templates.md)
+ [第4部分:表单和通用视图](1_2_4_Part 4 Forms and generic views.md)
+ [第5部分:测试](1_2_5_Part 5 Testing.md)
+ [第6部分:静态文件](1_2_6_Part 6 Static files.md)
+ [高级教程]()
+ [高级教程](1_3.md)
+ [如何编写可重用的应用 ](1_3_1_How to write reusable apps.md)
+ [为Django编写首个补丁](1_3_2_Writing your first patch for Django_.md)
+ [模型层](2_The model layer.md)
+ [模型]()
+ [模型](2_1.md)
+ [模型语法](2_1_1_Model syntax.md)
+ [字段类型]()
+ [元选项](2_1_3_Meta options.md)
+ [模型类](2_1_4_Model class.md)
+ [查询集]()
+ [查询集](2_2.md)
+ [执行查询](2_2_1_Making queries.md)
+ [查询集方法参考]()
+ [查找表达式](2_2_3_Lookup expressions.md)
+ [模型的实例]()
+ [模型的实例](2_3.md)
+ [实例方法](2_3_1_Instance methods.md)
+ [访问关联对象](2_3_2_Accessing related objects.md)
+ [迁移]()
+ [迁移](2_4.md)
+ [迁移简介]()
+ [操作参考]()
+ [模式编辑器](2_4_3_SchemaEditor.md)
+ [编写迁移](2_4_4_Writing migrations.md)
+ [高级]()
+ [高级](2_5.md)
+ [管理器](2_5_1_Manager.md)
+ [原始的SQL查询](2_5_2_Performing raw SQL queries.md)
+ [事务]()
......@@ -41,80 +41,80 @@
+ [查询表达式]()
+ [条件表达式](2_5_9_Conditional Expressions.md)
+ [数据库函数](2_5_10_Database Functions.md)
+ [其它]()
+ [其它](2_6.md)
+ [支持的数据库]()
+ [遗留的数据库](2_6_2_Legacy databases.md)
+ [提供初始数据](2_6_3_Providing initial data.md)
+ [优化数据库访问](2_6_4_Optimize database access.md)
+ [PostgreSQL特色功能]()
+ [视图层](3_The view layer.md)
+ [基础]()
+ [基础](3_1.md)
+ [URL配置](3_1_1_URLconfs.md)
+ [视图函数](3_1_2_View functions.md)
+ [快捷函数](3_1_3_Shortcuts.md)
+ [装饰器](3_1_4_Decorators.md)
+ [参考]()
+ [参考](3_2.md)
+ [内建的视图](3_2_1_Built-in Views.md)
+ [请求/响应 对象]()
+ [TemplateResponse 对象](3_2_3_TemplateResponse objects.md)
+ [文件上传]()
+ [文件上传](3_3.md)
+ [概览](3_3_1_Overview.md)
+ [File 对象](3_3_2_File objects.md)
+ [储存API](3_3_3_Storage API.md)
+ [管理文件](3_3_4_Managing files.md)
+ [自定义存储](3_3_5_Custom storage.md)
+ [基于类的视图]()
+ [基于类的视图](3_4.md)
+ [概览](3_4_1_Overview.md)
+ [内建显示视图](3_4_2_Built-in display views.md)
+ [内建编辑视图](3_4_3_Built-in editing views.md)
+ [使用Mixin]()
+ [API参考](3_4_5_API reference.md)
+ [分类索引](3_4_6_Flattened index.md)
+ [高级]()
+ [高级](3_5.md)
+ [生成 CSV](3_5_1_Generating CSV.md)
+ [生成 PDF](3_5_2_Generating PDF.md)
+ [中间件]()
+ [中间件](3_6.md)
+ [概览](3_6_1_Overview.md)
+ [内建的中间件类](3_6_2_Built-in middleware classes.md)
+ [模板层](4_The template layer.md)
+ [基础]()
+ [基础](4_1.md)
+ [概览]()
+ [面向设计师]()
+ [面向设计师](4_2.md)
+ [语言概览](4_2_1_Language overview.md)
+ [内建标签和过滤器]()
+ [网页设计助手(已废弃)]()
+ [人性化](4_2_4_Humanization.md)
+ [面向程序员]()
+ [面向程序员](4_3.md)
+ [模板API]()
+ [自定义标签和过滤器]()
+ [表单](5_Forms.md)
+ [基础]()
+ [基础](5_1.md)
+ [概览](5_1_1_Overview.md)
+ [表单API](5_1_2_Form API.md)
+ [内建的字段]()
+ [内建的Widget](5_1_4_Built-in widgets.md)
+ [高级]()
+ [高级](5_2.md)
+ [模型表单]()
+ [整合媒体](5_2_2_Integrating media.md)
+ [表单集]()
+ [自定义验证]()
+ [开发过程](6_The development process.md)
+ [设置]()
+ [设置](6_1.md)
+ [概览](6_1_1_Overview.md)
+ [完整列表设置]()
+ [应用程序]()
+ [应用程序](6_2.md)
+ [概览]()
+ [异常]()
+ [异常](6_3.md)
+ [概览](6_3_Overview.md)
+ [django-admin 和 manage.py]()
+ [django-admin 和 manage.py](6_4.md)
+ [概览]()
+ [添加自定义的命令](6_4_2_Adding custom commands.md)
+ [测试]()
+ [测试](6_5.md)
+ [介绍](6_5_1_Introduction.md)
+ [编写并运行测试]()
+ [包含的测试工具]()
+ [高级主题]()
+ [部署]()
+ [部署](6_6.md)
+ [概述](6_6_1_Overview.md)
+ [WSGI服务器](6_6_2_WSGI servers.md)
+ [FastCGI/SCGI/AJP (已废弃)]()
......@@ -138,7 +138,7 @@
+ [“本地特色”](9_2_“Local flavor”.md)
+ [时区]()
+ [常见的网站应用工具](13_Common Web application tools.md)
+ [认证]()
+ [认证](13_1.md)
+ [概览](13_1_1_Overview.md)
+ [使用认证系统](13_1_2_Using the authentication system.md)
+ [密码管理](13_1_3_Password management.md)
......
/* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */
/* Author: Nicolas Hery - http://nicolashery.com */
/* Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff */
/* Source: https://github.com/nicolahery/markdownpad-github */
/* RESET
=============================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}
/* BODY
=============================================================================*/
body {
font-family: Helvetica, arial, freesans, clean, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #333;
background-color: #fff;
padding: 20px;
max-width: 960px;
margin: 0 auto;
}
body>*:first-child {
margin-top: 0 !important;
}
body>*:last-child {
margin-bottom: 0 !important;
}
/* BLOCKS
=============================================================================*/
p, blockquote, ul, ol, dl, table, pre {
margin: 15px 0;
}
/* HEADERS
=============================================================================*/
h1, h2, h3, h4, h5, h6 {
margin: 20px 0 10px;
padding: 0;
font-weight: bold;
-webkit-font-smoothing: antialiased;
}
h1 tt, h1 code, h2 tt, h2 code, h3 tt, h3 code, h4 tt, h4 code, h5 tt, h5 code, h6 tt, h6 code {
font-size: inherit;
}
h1 {
font-size: 24px;
border-bottom: 1px solid #ccc;
color: #000;
}
h2 {
font-size: 18px;
color: #000;
}
h3 {
font-size: 14px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 14px;
}
h6 {
color: #777;
font-size: 14px;
}
body>h2:first-child, body>h1:first-child, body>h1:first-child+h2, body>h3:first-child, body>h4:first-child, body>h5:first-child, body>h6:first-child {
margin-top: 0;
padding-top: 0;
}
a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {
margin-top: 0;
padding-top: 0;
}
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
margin-top: 10px;
}
/* LINKS
=============================================================================*/
a {
color: #4183C4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* LISTS
=============================================================================*/
ul, ol {
padding-left: 30px;
}
ul li > :first-child,
ol li > :first-child,
ul li ul:first-of-type,
ol li ol:first-of-type,
ul li ol:first-of-type,
ol li ul:first-of-type {
margin-top: 0px;
}
ul ul, ul ol, ol ol, ol ul {
margin-bottom: 0;
}
dl {
padding: 0;
}
dl dt {
font-size: 14px;
font-weight: bold;
font-style: italic;
padding: 0;
margin: 15px 0 5px;
}
dl dt:first-child {
padding: 0;
}
dl dt>:first-child {
margin-top: 0px;
}
dl dt>:last-child {
margin-bottom: 0px;
}
dl dd {
margin: 0 0 15px;
padding: 0 15px;
}
dl dd>:first-child {
margin-top: 0px;
}
dl dd>:last-child {
margin-bottom: 0px;
}
/* CODE
=============================================================================*/
pre, code, tt {
font-size: 12px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
code, tt {
margin: 0 0px;
padding: 0px 0px;
white-space: nowrap;
border: 1px solid #eaeaea;
background-color: #f8f8f8;
border-radius: 3px;
}
pre>code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background: transparent;
}
pre {
background-color: #f8f8f8;
border: 1px solid #ccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
}
pre code, pre tt {
background-color: transparent;
border: none;
}
kbd {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #DDDDDD;
background-image: linear-gradient(#F1F1F1, #DDDDDD);
background-repeat: repeat-x;
border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
border-image: none;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 10px;
padding: 1px 4px;
}
/* QUOTES
=============================================================================*/
blockquote {
border-left: 4px solid #DDD;
padding: 0 15px;
color: #777;
}
blockquote>:first-child {
margin-top: 0px;
}
blockquote>:last-child {
margin-bottom: 0px;
}
/* HORIZONTAL RULES
=============================================================================*/
hr {
clear: both;
margin: 15px 0;
height: 0px;
overflow: hidden;
border: none;
background: transparent;
border-bottom: 4px solid #ddd;
padding: 0;
}
/* TABLES
=============================================================================*/
table th {
font-weight: bold;
}
table th, table td {
border: 1px solid #ccc;
padding: 6px 13px;
}
table tr {
border-top: 1px solid #ccc;
background-color: #fff;
}
table tr:nth-child(2n) {
background-color: #f8f8f8;
}
/* IMAGES
=============================================================================*/
img {
max-width: 100%
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册