Django Book 翻译
菜单>:
TOC
返回
原文:
[We learned Django by] working through the tutorial, browsing the documentation to get an idea of whats possible (its easy to miss many features by just doing the tutorial), and trying to understand the basic concepts behind middleware, request objects, database models, template tags, custom filters, forms, authorization, localization Then [we could] take a deeper look at those topics when [we] actually needed them.
翻译:
我们是这样学习Django的:照着教程做练习,阅读文档了解它都能做什么(只跟着教程做容易漏掉很多特性),努力去理解这些组件背后的基本概念,如middleware,request objects, database models, template tags, custom filters, forms,authorization, localization。在真正需要的时候,我们会去深入研究这些主题。
备注:
译者: