django.core.servers.basehttp.FileWrapper disappears in Django 1.9

Django just had a wrapper to the wsgiref module you can just get it directly

from wsgiref.util import FileWrapper

Leave a Comment