From df9ce2565bd761b38148756568c6688e4505783a Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 24 Oct 2023 15:00:00 +0100 Subject: [PATCH] include Isle of Scilly when creating councils --- crowdsourcer/management/commands/create_initial_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdsourcer/management/commands/create_initial_data.py b/crowdsourcer/management/commands/create_initial_data.py index 918e6c6f..3c12af76 100644 --- a/crowdsourcer/management/commands/create_initial_data.py +++ b/crowdsourcer/management/commands/create_initial_data.py @@ -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()