weblate/scripts/generate-locales
Michal Čihař a8e159998c Use DJANGO_SETTINGS_MODULE for overriding settings to use
This works safer with Celery.

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-08-24 17:44:54 +02:00

8 lines
157 B
Bash
Executable file
Vendored

#!/bin/sh
# Gerates .mo files used for runtime translating Weblate
set -e
export DJANGO_SETTINGS_MODULE=weblate.settings_test
./manage.py compilemessages