Django Python Streaming Resposne

This is a draft post

This is a small tutorial on how to serve large files through Django in smaller chunks so the complete file is not loaded in to memory before serving to the client.