django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.88k stars 952 forks source link

Communities list: Istanbul is incorrectly categorized #1667

Open drewbrew opened 3 weeks ago

drewbrew commented 3 weeks ago

Name

Python Istanbul

Description

The community is already listed, but it's under Africa instead of either Asia or Europe, which it straddles

bmispelon commented 3 weeks ago

Well spotted, thanks for flagging this 🚀

Unfortunately our current data model is such that local communities can only belong to one continent. I've talked about it with @sabderemane and we think we found a temporary hack that can work (we'll duplicate the data for now, once per continent).

I'll also start working on a model change so that communities can be marked as belonging to several continents (and once that's deployed we can remove the hack).

drewbrew commented 3 weeks ago

Sounds great, thanks @bmispelon and @sabderemane!

sabderemane commented 3 weeks ago

The hack is live ✅

drewbrew commented 3 weeks ago

The best kind of hacks: quick ones