声明:我学英语用的,文章不适合大家看。
Release 1.4
chapter one : django documentation
DJANGO DOCUMENTATION
Everything you need to know about Django (and then some).
你需要知道的Django (远不止如此).
1.1Getting Help
Having trouble?We'd like to help!
有问题,我们很喜欢帮助你
Try the FAQ-it's got answers to many common questions.
用一下FAQ,他会得到很多常见的问题答案。
Looking for specific information?Try the genindex,modindex or the detailed table of contents.
要查特殊信息?试试gen索引和mod索引或者详细的内容列表
Search for information in the archives of the django-users mailing list,or post a question.
从django用户的邮箱列表中搜索档案或提出一个问题。
Ask a question th the #django IRC channel,or search the IRC logs to see if it's been asked before.
在django的实时聊天频道问问题,或者如果问题被问过,则找找看实时聊天的聊天记录。
Report bugs with Django in our ticket tracker.
报告django的bugs给我们的追踪列表。
1.2First steps
From scratch(草稿):Overview|Installation
从头开始:概述|安装
Tutorial:Part1|part2|part3|part4
指南:部件1|部件2
1.3 The model layer(模型层)
Models:Model syntax |Field types |Meta options
模型:模型语法|字段类型|元数据设置
QuerySets: Executing queries|QuerySet method reference
查询集合:执行查询|查询方法参考
Model instances: Instance methos|Accessing Related objects
模型实体: 实体方法|访问相关类
Advanced : Managers|Raw SQL |Transactions|Aggregation|Custom fields|Multiple databases
高级:管理者|原始的SQL|事务|聚合|定制字段|多数据库
Other : Supported databases|Legacy databases|Providing initial data|Optimize database access
其他:支持的数据库|遗留数据库|初始化数据|优化数据库访问
1.4 The template layer(模板层)
For designers : Syntax overview | Built-in tags and filters
设计师:语法简介|内置标签和过滤器
For programmers:Template API |Custom tags and filters
程序员:模板API,常用标签和过滤器
1.5 The view layer (视图层)
The basics : URLconfs|View functions|Shortcuts|Decorators
基础要素:URL配置|试图函数|快捷设置|装饰器
Reference : Request/response object | Template Response objects
引用:请求类和相应类|模板响应类
Generic views:Overview|Built-in generic views
通用视图:简介|内置通用视图
Advanced : Generating CSV|Generating PDF
高级:通用CSV和通用PDF
Middleware : Overview|Built-in middleware classes
中间件:简介|内置中间件
1.6 Forms(表单)
The basics:Overview |Form API |Build-in fields |Built-in widgets
基础:简介|表单API|内置字段|内置小工具
Advanced : Forms for models |Integrating media|Formsets|Customizing validation
高级:表单和模型|媒体集成|表单集合|定制验证
Extras : Form preview|From wizard
附加:表单预览|表单向导
1.7 The development process (开发程序)
settings:Overview|Full list of settings
设置:简介|所有的设置
Exceptions : Overview
异常:简介
django-admin.py and manage.py:Overview|Adding custom commands
django后台模块:简介|添加一个常用功能
Testing:Overview
测试:简介
Deployment : Overview|WSGI servers |FastCGI|SCGI/AJP|Apache/mod_python(deprecated)|Apache authentication|Handling static files|Tracking code errors by email
部署:简介|wsgi服务器|fastcgi|apache的mod_python(弃用)|Apache的身份验证|处理静态文件|用邮件追踪错误
1.8 Other batteries included(包含模块)
?Admin site | Admin actions | Admin documentation generator
?Authentication
?Cache system
?Clickjacking protection
?Comments | Moderation | Custom comments
?Conditional content processing
?Content types and generic relations
?Cross Site Request Forgery protection
?Cryptographic signing
?Databrowse
?E-mail (sending)
?Flatpages
?GeoDjango
?Humanize
?Internationalization
?Jython support
?Local flavor?
?Logging
?Messages
?Pagination
?Redirects
?Security
?Serialization
?Sessions
?Signals
?Sitemaps
?Sites
?Static Files
?Syndication feeds (RSS/Atom)
?Unicode in Django
?Web design helpers
?Validators
?Function-based generic views (Deprecated) Overview | Built-in generic views | Migration guide
1.9 The Django open-source project(django的开源项目)
Community:How to get involved |The release process|Team of committers|The Django source code repository
社区:怎么去邀请|最终程序|核心提交者|django源码库
Design philosophies : Overview
设计哲学:简介
Documentation :About this documentation
资料:关于这份资料
Third-party distributions : Overview
第三方描述:简介
Django over time : API stability|Release notes and upgrading instructions |Deprecation Timeline
django未来:API稳定|注意事项和更新说明|弃用时间表
第一节晚