Contentful is a headless CMS — it stores and manages content separately from the front end. Instead of building pages in a CMS admin, you pull structured data through an API and render it however you want. This integration uses Django + the Contentful Delivery API to do exactly that.
images.ctfassets.net with on-the-fly transforms.cdn.contentful.com using a read-only access token. No SDK needed — just HTTP requests. The base URL includes the Space ID and environment./content_types to discover the schema dynamically — field names, types (Symbol, RichText, Link, Array), and which types link to which.include?include=2 tells the API to resolve those links in one request — up to 2 levels deep — returning them in a top-level includes object.