django-planet

What's new in Django community blogs?

DjangoCon 2023 Slides & Resources

Oct. 17, 2023 » james.walters.click » [Archived Version]

It's such a delight to give a talk at this year's DjangoCon! This is my first tech conference, as well as my first time presenting. I'd love to thank Will Vincent, Eric Matthes, and Alyssa Nicholl for all their help reviewing and refining this talk to be the best it …

Read More

DjangoCon US 2023

Oct. 16, 2023 » Paolo Melchiorre » [Archived Version]

DjangoCon US is a six-day international conference for the community by the community about the Django web framework, held each year in North America.

Read More

Boost Your DX bundle deal

Oct. 15, 2023 » Adam Johnson » [Archived Version]

I released Boost Your Git DX nearly two weeks ago. It’s the second in my “Boost Your DX” series, following last year’s Boost Your Django DX. Both books aim to improve your development experience with their respective tool. Today I’m happy to announce the bundle deal for …

Read More

Encode base64 in JavaScript and Decode in Python: Part 2

Oct. 15, 2023 » Josh Karamuth » [Archived Version]

Learn how to decode a Base64 string you encoded from JavaScript in Python

Read More

Announcing DjangoCon Europe 2024 in Vigo, Spain!

Oct. 14, 2023 » The Django weblog » [Archived Version]

We're thrilled to announce the much-anticipated return of DjangoCon Europe, set to take place in the vibrant city of Vigo, Spain, in 2024! DjangoCon Europe has been a cornerstone of the Django community, bringing together developers and enthusiasts from all over Europe and beyond to celebrate and advance the Django web framework. Save the Dates Mark your calendars for DjangoCon Europe 2024, which will be held from June 5th to 9th. The conference will host a balanced mix of insightful talks, ha…

Read More

2024 DSF Board Nominations

Oct. 14, 2023 » The Django weblog » [Archived Version]

Nominations are open for the 2024 Django Software Foundation Board of Directors. In 2023 we introduced a staggered term for directors, which means at this time there are three positions currently open, with each position serving for two years. Decisions around the 2024 officer roles will be made during the meeting of the new board. As such, you don't need to specify which position you are nominating for, and this field has been removed from the form. As you know, the Board guides the direction …

Read More

Encode base64 in JavaScript and Decode in Python: Part 1

Oct. 14, 2023 » Josh Karamuth » [Archived Version]

Learn how to send URL safe base64 encoded data to your Python API.

Read More

Log to console with Sentry

Oct. 14, 2023 » Josh Karamuth » [Archived Version]

Learn how to see your Sentry logs in the dev tools console for a faster debugging experience.

Read More

Use Python partial objects to write cleaner higher order functions

Oct. 14, 2023 » Josh Karamuth » [Archived Version]

Learn how to improve readability of your code when using callback functions thanks to partial objects.

Read More

Announcing DSF Working Groups

Oct. 13, 2023 » The Django weblog » [Archived Version]

Today we’re announcing some changes to how the DSF gets work done. We want to make it easier for people to contribute meaningfully to the DSF’s mission. Previously, you more or less needed to be a board member to help; now, anyone can join — or form — a working group to further the DSF’s mission. Our intent is, over time, to move the majority of the day-to-day business of the DSF from the Board down to individual working groups. This’ll accomplish two things: it’ll make it much easier for folks…

Read More