django-planet

What's new in Django community blogs?

Djangonaut Space now accepting applications for our next contributor mentorship cohort

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

We are thrilled to announce that Django has a mentorship program, and that we're open for applicants for our next cohort! Djangonaut Space is an organization working to onboard and develop open source code contributors to Django and beyond. People sustain the framework and its ecosystem. By inviting more people to participate in this community, and giving them the resources and support to succeed, we aim to develop the future leaders of Django. Our journey began with our pilot “Djangonaut Space…

Read More

Customize the Django admin to differentiate environments

Oct. 19, 2023 » Matthias Kestenholz: Posts about Django » [Archived Version]

Customize the Django admin to differentiate environments We often have the same website running in different configurations: Once as a production site. Once as a place where editors update and preview the content. The content is later automatically (and maybe partially) transferred from this environment to the production environment. Once as a stage environment to stabilize the code. And maybe additional environments for local development. The Django admin panel mainly uses CSS variables for…

Read More

Email Round Trip - Building SaaS with Python and Django #173

Oct. 19, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we took advantage of having all the DNS configuration complete and tried to find the path to connect the outgoing prompt email to the incoming journal entry from a user. We did this with some old-school print debugging and logging on production to see exactly what data is provided to the receiver webhook.

Read More

Email Round Trip - Building SaaS #173

Oct. 19, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we took advantage of having all the DNS configuration complete and tried to find the path to connect the outgoing prompt email to the incoming journal entry from a user. We did this with some old-school print debugging and logging on production to see exactly what data is provided to the receiver webhook.

Read More

Nominations for 2023 Malcolm Tredinnick Memorial Prize

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

Hello Everyone! It is that time of year again when we recognize someone from our community in memory of our friend Malcolm. Malcolm was an early core contributor to Django and had both a huge influence and impact on Django as we know it today. Besides being knowledgeable he was also especially friendly to new users and contributors. He exemplified what it means to be an amazing Open Source contributor. We still miss him to this day. The DSF Prize page summarizes the prize nicely: The Malcol…

Read More

Weeknotes (2023 week 42)

Oct. 18, 2023 » Matthias Kestenholz: Posts about Django » [Archived Version]

Weeknotes (2023 week 42)Vacation in Italy We have spent a wonderful family week in Italy. The voyage by train was very comfortable and we had a great time there. I have lived close to lakes all my life but the sea is always something else. Now I enjoy the cold temperatures of fall. Going back (forward) to GitJournal I have tried several note taking apps but I’m now back using GitJournal with a Git repository filled with Markdown notes. It works well enough. I just wish that there was a wa…

Read More

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