django-planet

What's new in Django community blogs?

DjangoCon US 2024

Sept. 23, 2024 » 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

PyCharm & Django Campaign 2024 - encore

Sept. 23, 2024 » The Django weblog » [Archived Version]

The Django Software Foundation's biggest fundraising event of the year is here! Get 30% off PyCharm, Support Django Each year, our friends at JetBrains, the creators of PyCharm, run an incredible deal. You get a 30% discounted year of PyCharm, AND the DSF gets 100% of the money. Yes, 100%! It's making a donation and directly getting a great product in return! This is available for new users, and those who had used PyCharm in the past, stopped, and want to try again. The fundraiser The fundraise…

Read More

Django News - 2024 Malcolm Tredinnick Prize nominations - Sep 20th 2024

Sept. 20, 2024 » Django News » [Archived Version]

News Nominate a Djangonaut for the 2024 Malcolm Tredinnick Memorial Prize Nominations are open until Monday, September 30th, 2024. Learn more about past winners here. djangoproject.com Last call for DjangoCon US 2024 tickets! It's the very last call for DjangoCon US 2024 tickets! djangoproject.com Django Software Foundation Could you host DjangoCon Europe 2026? Call for organizers We are looking …

Read More

Weeknotes 9/20: The One With The New Laptop

Sept. 20, 2024 » james.walters.click » [Archived Version]

Hello, dear reader! Let me tell you what's been going on this week. New Laptop! 🙌️ I've got my new work laptop, and it's excellent! I've got a nice new Dell XPS 15 with an Intel i7-13620H, which Windows tells me has 10 real cores and 16 logical processors. I assume …

Read More

Docker Go, JS, Static Files - Building SaaS #203

Sept. 20, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued on the cloud migration path. We need to build a Docker container with all the necessary static files. Some of these come from Go via Hugo for a content blog. Some comes from JavaScript via Tailwind for CSS. Some come from Python via Sphinx for documentation. All need to built into the same image. That’s what we covered on this stream.

Read More

Docker Go, JS, Static Files - Building SaaS #203

Sept. 20, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued on the cloud migration path. We need to build a Docker container with all the necessary static files. Some of these come from Go via Hugo for a content blog. Some comes from JavaScript via Tailwind for CSS. Some come from Python via Sphinx for documentation. All need to built into the same image. That’s what we covered on this stream.

Read More

How to implement RESTful routing in Django

Sept. 19, 2024 » Josh Karamuth » [Archived Version]

Learn to leverage the REST archicture in a Django app.

Read More

Last call for DjangoCon US 2024 tickets!

Sept. 18, 2024 » The Django weblog » [Archived Version]

DjangoCon US starts next week in Durham, NC on September 22nd! If you aren't able to join in person, please consider purchasing an online ticket: https://ti.to/defna/djangocon-us-2024 The conference is full of a variety of talks with excellent keynote speakers! It's shaping up to be an event you'll want to experience live. If you'd like to learn more about DjangoCon US visit them at their website or reach out to them at hello@djangocon.us.

Read More

Django: speed up tests slightly by disabling update_last_login

Sept. 17, 2024 » Adam Johnson » [Archived Version]

Django’s test client provides two methods to log in a user: login() and force_login(). The latter one is faster because it bypasses the authentication backend, including password hashing, and just sets a session to have the user logged in. Typically, you’d want to use it in setUp() like …

Read More

Unveiling Screenchain: Automate the source of truth for app workflows

Sept. 17, 2024 » Instawork Engineering » [Archived Version]

IntroductionIn pursuing excellence within the digital automation landscape, visualizing and comprehending screen workflows can be a transformative capability. Introducing Screenchain, a pioneering Django web application that exemplifies how innovation can enhance understanding and efficiency in automated processes. This blog post delves into what Screenchain is all about, how it works, its benefits, and the challenges our QA team overcame to bring this tool to life.What is Screenchain?Screencha…

Read More