An open API service indexing awesome lists of open source software.

https://github.com/chanmo/django-search

基于`django-taggit`的全局搜索
https://github.com/chanmo/django-search

Last synced: 5 months ago
JSON representation

基于`django-taggit`的全局搜索

Awesome Lists containing this project

README

          

# Django Search

基于`django-taggit`的全局搜索

## Next

* [x] 默认`default.html`模板页面
* [x] 可通过`SEARCH_TEMPLATE`更换默认页面模板
* [ ] 自定义权限控制, 如`staff_member_required` 或者`login_required`
* [ ] 应用于前台或后台的`views`