首页IT科技貌似这两个字怎么写(貌似是一个review board的作者)

貌似这两个字怎么写(貌似是一个review board的作者)

时间2025-04-28 20:08:01分类IT科技浏览3903
导读:Django Development withDjblets 4 Comment...

Django Development withDjblets

4 Comments Posted by chipx86 on February 29, 2008

Django is an awesome development platform for web applications. With such features as database abstraction, template/view/url separation, built-in authentication with interchangeable backends, it’s made web development much more enjoyable.

We use Django in Review Board with much success. Over time, as we’ve come to develop new features, we realized that much of our codebase was useful outside of Review Board and, bit by bit, moved pieces into a library we call Djblets.

What does Djblets do?

A bit of everything, really. Any time we have useful functionality that isn’t tied to Review Board, we put it here.

Djblet’s feature list currently consists of:

Authentication improvements, making it easy to register and login in one step, seamlessly, handle password recovery, and more. Flexible datagrids for displaying data in a paginated list with user-specific column customization, ordering and sorting. Decorators to drastically simplify creation of simple and block template tags. Caching functions for calling a function and caching the result if the data isn’t already in the cache, and a special URL pattern matcher that prevents caching of any contained URLs. Unit testing utility classes.

And of course more little things here and there.

Downloading Djblets

Djblets is not a released app, but it’s pretty stable and well tested. You can check out a copy from our SVN repository, or automatically include it in your own repository through an svn:externals entry.

Djblets is licensed under the MIT license, making it usable in most projects.

Using Djblets

Over time I’ll be writing articles on using the many features of Djblets. See the other posts in the series, or dig around the Djblets source code.

声明:本站所有文章            ,如无特殊说明或标注                  ,均为本站原创发布            。任何个人或组织      ,在未征得本站同意时            ,禁止复制            、盗用                  、采集      、发布本站内容到任何网站      、书籍等各类媒体平台                  。如若本站内容侵犯了原著者的合法权益                  ,可联系我们进行处理      。

创心域SEO版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!

展开全文READ MORE
wordpress电商采集(WordPress采集插件下载:实现高效、便捷的信息采集) python随机产生验证码(手把手教你用Python PIL模块随机生成中文验证码)