DemocracyClub / UK-Polling-Stations

:earth_africa: A website to help people find their UK polling station
https://wheredoivote.co.uk/
BSD 3-Clause "New" or "Revised" License
33 stars 30 forks source link

exclude `import_fake_*.py` when getting council import path #6360

Open GeoWill opened 6 months ago

GeoWill commented 6 months ago

Polling Bot makes PR to import_fake_teignbridge.py.

actual:

tei=Council.objects.get(council_id='TEI')
tei.import_script_path
'polling_stations/apps/data_importers/management/commands/import_fake_teignbridge.py'

desired

tei=Council.objects.get(council_id='TEI')
tei.import_script_path
'polling_stations/apps/data_importers/management/commands/import_teignbridge.py'
GeoWill commented 6 months ago

Check Exeter too.