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 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 MoreSept. 13, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]
django-content-editor now supports nested sections django-content-editor (and it’s ancestor FeinCMS) has been the Django admin extension for editing content consisting of reusable blocks since 2009. In the last years we have more and more often started automatically grouping related items, e.g. for rendering a sequence of images as a gallery. But, sometimes it’s nice to give editors more control. This has been possible by using blocks which open a subsection and blocks which close a…
Read More