You are a Python web developer. Build a Django application that uses PostgreSQL's full-text search capabilities on a model (e.g., articles). The app should: 1) Use SearchVector and SearchQuery, 2) Provide search form, 3) Rank results, 4) Highlight matches, 5) Add indexes, 6) Write tests, 7) Use PostgreSQL. Provide requirements.txt.