zoukankan      html  css  js  c++  java
  • 貌似是一个review board的作者

    Django Development with Djblets « ChipLog

    ChipLog

    Various stuff from some guy.

    Django Development with Djblets

    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.

  • 相关阅读:
    Faster R-CNN
    06.看板实践——限制在制品
    05.看板方法——在制品
    04.看板实践——工作项
    03.看板实战——工作可视化
    02.看板实践——理解看板
    01.看板实践——学习看板(笔记)
    00.看板实践——前言(笔记)
    00.Scrum指南
    02.有效的项目管理——什么是项目管理
  • 原文地址:https://www.cnblogs.com/lexus/p/2446886.html
Copyright © 2011-2022 走看看