Commit 0705991e by Clinton Blackburn Committed by Edward Zarecor

Compiling Insights Translations

parent e19f7b70
......@@ -80,6 +80,13 @@
- "collectstatic --noinput"
- "compress"
- name: compile translations
shell: >
chdir={{ insights_code_dir }}/analytics_dashboard
{{ insights_venv_bin }}/i18n_tool generate
sudo_user: "{{ insights_user }}"
environment: "{{ insights_environment }}"
- name: write out the supervisior wrapper
template: >
src=edx/app/insights/insights.sh.j2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment