Benefits of storing gettext.mo files in a repo

For example, why do the authors of "django-cms" save gettext mo files in the repo (and this is not just carelessness, see this commit ) if users can always run manage.py compilemessages? Just to save users from this step and simplify the installation process?

There are many other examples: django-filer and even django itself !

Thank!

+5
source share
1 answer

Usually you do not store the generated files in the repository, and this is correct.

, . pypi. , .mo distro

+3

All Articles