Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
switch from VJB to council contact info (closes #190)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Dec 5, 2019
1 parent 6f49f31 commit 193e070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ad_hoc/update_councils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- restart web frontend

- name: Import Councils
shell: "{{ project_root }}/env/bin/python {{ project_root }}/code/manage.py import_councils -u {{ alt_boundaries_url }}"
shell: "{{ project_root }}/env/bin/python {{ project_root }}/code/manage.py import_councils --contact-type councils -u {{ alt_boundaries_url }}"
args:
chdir: "{{ project_root }}/code/"

Expand Down
2 changes: 1 addition & 1 deletion import_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
tasks:

- name: Import Councils
shell: "{{ project_root }}/env/bin/python {{ project_root }}/code/manage.py import_councils -u {{ alt_boundaries_url }}"
shell: "{{ project_root }}/env/bin/python {{ project_root }}/code/manage.py import_councils --contact-type councils -u {{ alt_boundaries_url }}"
args:
chdir: "{{ project_root }}/code/"

Expand Down

0 comments on commit 193e070

Please sign in to comment.