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 MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreSept. 19, 2024 » Josh Karamuth » [Archived Version]
Learn to leverage the REST archicture in a Django app.
Read MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreSept. 16, 2024 » 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 prize The Django Software Foundation Prizes page summa…
Read MoreSept. 15, 2024 » Josh Karamuth » [Archived Version]
DKIM key pairs are simply RSA key pairs and you can easily generate them in Python.
Read More