Postgres Full-Text Searching with Django This is an example project demonstrating how to use Postgres Full-Text search features with Django. Please see the article for details. Setup ./manage.py migrate ./manage.py createsuperuser ./manage.py runserver