You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
foarsitter
changed the title
translations.py make compile
translations.py make & compile
Apr 1, 2024
When running
translations.py make
ortranslations.py compile
it complains aboutApps 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.The text was updated successfully, but these errors were encountered: