Skip to content

Commit

Permalink
include Isle of Scilly when creating councils
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Oct 24, 2023
1 parent 5d66ef5 commit df9ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdsourcer/management/commands/create_initial_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def handle(self, quiet: bool = False, *args, **options):

mapit_client = mapit.MapIt()
areas = mapit_client.areas_of_type(
["CTY", "LBO", "NMD", "UTA", "LGD", "CC", "DIS", "MTD"]
["CTY", "LBO", "NMD", "UTA", "LGD", "CC", "DIS", "MTD", "COI"]
)

political_control = self.get_political_control()
Expand Down

0 comments on commit df9ce25

Please sign in to comment.