HTTP/2 200
date: Thu, 09 Oct 2025 23:01:13 GMT
content-type: text/html; charset=utf-8
cache-control: s-maxage=86400
django-composition: Impromptu
nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
referrer-policy: same-origin
report-to: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=kpfBNAQ6tpF%2BaXIELgBbY4cNyAZcD7aN8nVHLLc7nsg%3D\u0026sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add\u0026ts=1760050873"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=kpfBNAQ6tpF%2BaXIELgBbY4cNyAZcD7aN8nVHLLc7nsg%3D&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&ts=1760050873"
server: cloudflare
via: 1.1 heroku-router
x-content-type-options: nosniff
x-enable-card: 1
cf-cache-status: MISS
last-modified: Thu, 09 Oct 2025 23:01:13 GMT
vary: accept-encoding
content-encoding: gzip
cf-ray: 98c17fa30d9017d7-BOM
alt-svc: h3=":443"; ma=86400
asgiref: AsyncToSync and SyncToAsync
asgiref: AsyncToSync and SyncToAsync (via ) Andrew’s classes in asgiref that can turn a synchronous callable into an awaitable (that runs in a thread pool) or an awaitable callable into a synchronous callable, using Python 3 futures and asyncio.