Forums

stream response doesn't work in django

i need a streaming response in django

response = StreamingHttpResponse(name,status=200, content_type='text/event-stream')

We need more details to help you. For example what kind of errors do you see in your error log?