veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

233
active users

#djangoconeurope

9 posts8 participants0 posts today

I'm going back home, it was really nice to meet folks in real life and see familiar faces. DjangoCon Europe was my first international conference and I'm glad to welcome others to this conference now.

I came to Dublin with the rain, and return back home with the sun! I'm glad I took few extra days to visit Dublin and enjoy the time with my international friends 💖

Safe travels for the last ones!

#djangoConEurope
#djangoConEurope2025

Made a PR during the #DjangoConEurope sprints that could significantly improve the performance of bulk queries on SQLite 🥳 github.com/django/django/pull/

For example, given a `bulk_create()` with 10,000 instances of a model that has 25 fields, the number of queries could go down from 251 to 1.

On Debian in general, queries that originally would take N*250 batches can now be done in ~N batches.

This was a ticket that one of the Djangonauts in my team worked on, then I added the tests at the sprints 🚀

Trac ticket number

ticket-36143. @thepsalmist and I worked on this during the Djangonaut Space program, and I added the tests during the DjangoCon Europe 2025 sprints.
Branch description
As mentio...
GitHubFixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER. by laymonage · Pull Request #19427 · django/djangoBy laymonage

🙌 Today is #DjangoGirls Dublin workshop at @djangoconeurope!
djangogirls.org/en/dublin
We are fully booked, which is amazing!

💻 It's their sprints weekend after a fantastic conference the last few days.

🥰 What a welcoming and friendly conference and it's my first time at #djangoconeurope.

💖 Huge thanks to the volunteer coaches for our workshop especially a couple from the #djangoconeu2025 community who are helping us out last minute! 🙏

djangogirls.orgDjango Girls Dublin @ DjangoCon Europe 2025 on 26th April 2025Django Girls is a one-day workshop about programming in Python and Django tailored for women.

A more serious Lightning Talk by @EvilDMP (Daniele Procida)
It started with a harmless question about our favorite film, which turned into the shortcomings of technology when it comes to representing people that aren't involved or are a minority in its creation.
This is very apparent in photography of darker skin people and abhorrent when in a mixed skin tone group photo.

The only way to fix that is to increase representation in our communities - that not only applies to photography, car safety (female test dummies), ..., but Django and programming as well.

Cool lightning talk by Samuel Searles-Bryant
They argue you should eagerly adopt new linting rules even if your existing code violates them.
The idea is that you stop your code from getting worse and fix the issues in your existing code if and when time permits.
They even created a python tool that automatically adds the appropriate ignore comments to your code after activating new rules.

Agnès Haasser just gave a great overview of 2FA and strong user authentication in Django.
She showed how to use it, what options you have and where the shortfalls are. (The included texts aren't always user friendly and you have to account for time offset/drift of hardware timed code generators in corporate environments)

Benedikt really liked this talk and recommends watching it again when the recordings are released.