ValueError: The view test_app.views.sse_stream didn’t return an HttpResponse object. It returned an unawaited coroutine instead
I’ ll post in this section the full error, since the “title” section has a characters size constraint. Here it is: ValueError: The view test_app.views.sse_stream didn’t return an HttpResponse object. It returned an unawaited coroutine instead. You may need to add an ‘await’ into your view.