Monday, June 15, 2015

Django makemessages command gettext OS X fix

İf you get following error with python manage.py makemessages
CommandError: Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed.

Just do following solution

brew install gettext
brew link --force gettext

No comments:

Post a Comment