https://github.com/chanmo/django-search
基于`django-taggit`的全局搜索
https://github.com/chanmo/django-search
Last synced: 5 months ago
JSON representation
基于`django-taggit`的全局搜索
- Host: GitHub
- URL: https://github.com/chanmo/django-search
- Owner: ChanMo
- License: mit
- Created: 2020-08-12T01:38:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T01:40:34.000Z (almost 6 years ago)
- Last Synced: 2025-06-20T15:11:50.338Z (about 1 year ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Search
基于`django-taggit`的全局搜索
## Next
* [x] 默认`default.html`模板页面
* [x] 可通过`SEARCH_TEMPLATE`更换默认页面模板
* [ ] 自定义权限控制, 如`staff_member_required` 或者`login_required`
* [ ] 应用于前台或后台的`views`