feat: fix pull_translations for production deployment

Makefile paver usage replaced with manage.py.
This avoids running the production-unsuitable
`pavelib.prereqs.install_prereqs` step during deployments.
This commit is contained in:
Omar Al-Ithawi
2024-02-28 20:08:06 +03:00
parent 1339313782
commit 8599978ebc

View File

@@ -86,7 +86,8 @@ else
atlas pull $(ATLAS_OPTIONS) translations/edx-platform/conf/locale:conf/locale
i18n_tool generate
endif
paver i18n_compilejs
python manage.py lms compilejsi18n
python manage.py cms compilejsi18n
detect_changed_source_translations: ## check if translation files are up-to-date