wtf are slugs that aren't lowercase?!

This commit is contained in:
Laura Klünder 2023-12-26 17:14:27 +01:00
parent 379400c22a
commit 731c041467

View file

@ -76,6 +76,8 @@ class Command(BaseCommand):
}
for item in items:
item.slug = item.slug.lower()
if item.polygons is None and item.location is None:
print(f"SKIPPING: {item.slug} / {item.id} has no polygon or location")
continue