ask collectstatic to create symlinks (#23902)

This commit is contained in:
Frédéric Péters 2018-05-17 17:27:07 +02:00 committed by Emmanuel Cazenave
parent 78cc79da45
commit 563ac9176e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
when: compile_scss
- name: "{{app_name}} - collect statics"
shell: "echo yes | {{manage_app_bin}} collectstatic"
shell: "echo yes | {{manage_app_bin}} collectstatic --link"
- name: "{{app_name}} - server script"
template: