First time here? Check out the FAQ!

Revision history  [back]

A quick workaround is place this at the beginning of the command:

translate.activate(settings.LANGUAGE_CODE)

Or, maybe put it in manage.py so it takes effect for all commands.

A quick workaround is place this at the beginning of the command:

translate.activate(settings.LANGUAGE_CODE)

Or, maybe put it in manage.py so it takes effect for all commands.