/pgfulltext

Postgres Full-Text search with Django, example

Primary LanguagePython

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