For example, why authors of "django-cms" keep gettext's mo files in repo (and this is not just inattention, see this commit), if users always can run manage.py compilemessages? Only to save users from this step and make installation process a little bit easier?
There are lot of other examples: django-filer and even django itself!
Thanks!