All work

Saarathi Fund

A company-profile website for Saarathi Equity Fund displaying its services and investment portfolio.

03 DYNAMIC CONTENT

Saarathi Fund

Python / Django / Django REST Framework

A company profile site for Saarathi Equity Fund, presenting their services and investment portfolio through content served entirely from the API rather than hardcoded pages.

Context

Portfolio entries change over time, and each change needed to be reflected in search engine metadata without anyone editing it by hand.

Technical highlights

  • RESTful API endpoints delivering dynamic content securely.
  • Token-based authentication restricting access to protected resources.
  • Django signal on portfolio save that generates SEO title, description and keywords automatically.

Architecture

A Django signal on the portfolio model's save creates or updates the matching SEO metadata record, so title, description and keywords stay in step with content changes automatically.