Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.