Video coming soon

The recording for this lesson has not been published yet.

What we cover

  • WSGI versus ASGI in one diagram
  • async def views and middleware compatibility
  • sync_to_async and async ORM methods
  • SynchronousOnlyOperation and how to fix it
Written notes for this lesson are being prepared. The outline above already shows what the recording will cover.

After this lesson you will

  • Write an async view that calls a slow API
  • Avoid the classic async ORM mistakes