zoukankan      html  css  js  c++  java
  • djangoqbe

    versae: django-qbe @ GitHub

    django-qbe
    by versae

    Django implementantion for Query By Example (QBE)

    Admin tool in order to get custom reports. The objective of django-qbe is provide a assited and interactive way of making complex queries with no technical knowledge (or minimal) to get custom reports from the objects of Django models. Based on QBE proposal from IBM®, django-qbe is intended to remove the limitations of Django QuerySets objects and to use the whole expresive power of the subjacent SQL.

    Features

    • Multi-database support.
    • View and autodiscover relations among the models in a visual way (ForeignKey fields are green and ManyToMany ones are red).
    • Tabular creation of queries with fields to show, criterias, lookups and order (only AND conditions by now).
    • Auto adition of right fields when ForeignKey or ManyToMany fields are selected.
    • No models in the project, so you can add django-qbe whenever you want with no syncdb.
    • Pagination of results.
    • Bookmarklet to save and share the queries.
    • Export results to .csv, .odt and .xls, but it's extensible by the user.
    • Access restricted to users through a customizable function.
    • Links to admin views (if available) in the results objects.
  • 相关阅读:
    02_虚拟机参数
    01_java虚拟机基础入门
    03_模板消息
    Redis 实现分布式锁
    01_微信小程序支付
    python产生随机字符串
    输出的编码
    jmeter MD5加密
    vscode 插件推荐
    appium自动化安装(二)
  • 原文地址:https://www.cnblogs.com/lexus/p/2616104.html
Copyright © 2011-2022 走看看