CommandError: Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed.
python manage.py makemessages,如果报如标题的错误,Mac上执行如下命令即可:
brew link gettext --force
ref: https://stackoverflow.com/questions/23353113/django-admin-py-makemessages-not-working