jazzband/django-model-utils

translations.py make & compile

Opened this issue · 0 comments

When running translations.py make or translations.py compile it complains about Apps aren't loaded yet. This can be fixed by calling django.setup(). This line is removed in #390, does someone know why?

The following error I'm running into is that makemessages requires the --all flag.