首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 基于滤波器的,Django可插拔的搜索界面

基于滤波器的,Django可插拔的搜索界面

  • 资源大小:17.05 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: django 滤波器 界面 搜索 基于

资 源 简 介

Getting Started Out of the box, django-seeker supports building a filter-based search interface driven from a django model. To get started, we"ll walk through adding a search interface for a model to an existing project. Keep in mind that the backend is pluggable, allowing you to write code to search on any data model. Prerequisites jQuery json2.js jQuery UI Datepicker jQuery Form Plugin (for AJAX file imports) URLs Including the seeker application is easy: ``` from seeker.plugins.model import ModelSearchPlugin params = { "plugin": ModelSearchPlugin(MyModel), "base_template": "search.html", } urlpatterns = patterns("", ( r"^search/", include("seeker.urls"), params ), ... ) ``

文 件 列 表

seeker
media
plugins
renderers
views.py
__init__.py
utils.py
templates
models.py
urls.py
VIP VIP
0.179143s