Full-text multi-table search application for Django. Easy to install and use, with good performance. Current version 1.6.3. Released irregularly, last release Dec 2023.
pip install django-watsonVerified import paths — ran on the pinned version, not inferred.
Register model with watson and run a search.
Upgrade Django to 3.2+ and Python to 3.7+
Replace `SearchContextManager` with `SearchContext` in your code.
Place registration calls in the AppConfig.ready() method of your app.