SciPyCentral
SciPyCentral copied to clipboard
Support for non-standard MIME types while uploading and viewing images
Reference: http://stackoverflow.com/q/2086374/1162468
Image upload data validated with django.forms.ImageField
uses PIL
which also recognises x-
file mimetypes. However, scipy_central.submission.views.get_display()
does not.