Full-text multi-table search application for Django. Easy to install and use, with good performance.
Find a file
Antoine Lorence f5e173e1a2 Set on_delete=CASCADE for ForeignKey model fields
This is the default behavior, but since on_delete argument will be required in Django 2.0, and a warning is thrown in recent versions of Django when the attribute is missing, it's better to set it in code. In addition, "explicit is better than implicit"
2017-07-22 12:46:36 +02:00
tests Add missing context processor to test app 2017-06-13 12:30:22 +01:00
watson Set on_delete=CASCADE for ForeignKey model fields 2017-07-22 12:46:36 +02:00
.coveragerc Combining coverage report, and adding flake8 to tox 2016-11-08 11:58:04 +00:00
.gitignore Added tox tests structure 2016-11-07 20:56:04 +01:00
.travis.yml Try testing with 3.3 and Django 1.8 2017-06-19 22:26:58 +01:00
CHANGELOG.markdown v1.4.0 2017-07-07 10:23:34 +01:00
LICENSE Adding in setup.py cruft. 2012-02-06 13:31:25 +00:00
MANIFEST.in Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
README.markdown Added tox tests structure 2016-11-07 20:56:04 +01:00
setup.py Update trove classifiers 2017-06-13 19:55:24 +01:00
tox.ini Try testing with 3.3 and Django 1.8 2017-06-19 22:26:58 +01:00

django-watson

django-watson is a fast multi-model full-text search plugin for Django.

It is easy to install and use, and provides high quality search results.

Features

  • Search across multiple models.
  • Order results by relevance.
  • No need to install additional third-party modules or services.
  • Fast and scaleable enough for most use cases.
  • Supports Django 1.8+, Python 2.7+.

Documentation

Please read the Getting Started guide for more information.

Download instructions, bug reporting and links to full documentation can be found at the main project website.

You can keep up to date with the latest announcements by joining the django-watson discussion group.

Contributing

Bug reports, bug fixes, and new features are always welcome. Please raise issues on the django-watson github repository, and submit pull requests for any new code.

You can run the test suite yourself from within a virtual environment with the following commands.

    pip install tox
    tox

More information

The django-watson project was developed by Dave Hall. You can get the code from the django-watson project site.

Dave Hall is a freelance web developer, based in Cambridge, UK. You can usually find him on the Internet in a number of different places: