Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pelletier/django_lightsearch
A modest searching application for Django.
https://github.com/pelletier/django_lightsearch
Last synced: 25 days ago
JSON representation
A modest searching application for Django.
- Host: GitHub
- URL: https://github.com/pelletier/django_lightsearch
- Owner: pelletier
- Created: 2010-04-07T17:53:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-08T11:28:26.000Z (over 14 years ago)
- Last Synced: 2024-05-08T17:40:16.368Z (6 months ago)
- Language: Python
- Homepage: http://kizlum.github.com/django_lightsearch/
- Size: 367 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Django-lightsearch
Django-lightsearch is a small application which allows you to perform searches
on multiple models.## Documentation
The documentation is [available on GitHub pages](http://kizlum.github.com/django_lightsearch/)
The documentation is Sphinx-based. Install Sphinx 0.6.1, go to the doc/ folder
then type ``make html`` to generate the HTML version of the documentation. The
results will be in doc/_build/html/.## Authors
* Thomas PELLETIER
* Chris LAWLOR## Note
For now, the project is still on Bitbucket, but please prefer GitHub for contributions / issue tracking.