I am migrating from django 1.8 to 1.9. and I got the following error:
ImportError: cannot import name \'FileWrapper\'
I import it as
Django just had a wrapper to the wsgiref module you can just get it directly
from wsgiref.util import FileWrapper