Skip to content

Mixins simple

AsyncContextMixin

an async version of django's ContextMixin the only difference is that the get_context_data() method is async.

AsyncTemplateResponseMixin

an async version of django's TemplateResponseMixin the render_to_response method has been turned async to make database connections possible.