Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 343 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 343 Bytes

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