Add brew install libmagic to apple requirements.

`./manage.py migrate` ran into `raise ImportError('Unable to find magic library')` on latest Apple tastic.
This commit is contained in:
Steve Vandervalk 2016-03-15 17:32:39 +10:00
parent 3f8bf74309
commit d288aece38

View File

@ -52,6 +52,7 @@ well as ImageMagick:
$ brew install ghostscript
$ brew install imagemagick
$ brew install libmagic
.. _requirements-baremetal: