onespacemedia / cms

A collection of Django extensions that add content-management facilities to Django projects.
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Add MIME type checker to compare file types #155

Closed AidanCurrah closed 5 years ago

AidanCurrah commented 5 years ago

This should stop instances where users upload a PNG with the JPG extension causing server errors.

lewiscollard commented 5 years ago

If the CMS depends on it, it should be in the CMS's requirements in setup.py.

AidanCurrah commented 5 years ago

I've added it there but I thought that was for travis' setup