Commit 49b3882e by Clinton Blackburn

Merge pull request #1685 from edx/insights-translations

Compiling Insights Translations
parents 961f52d0 a2cbbb97
......@@ -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