Dec. 28, 2024 » TestDriven.io » [Archived Version]
This tutorial looks at how to deploy a Django app to AWS ECS with AWS Copilot.
Read MoreDec. 27, 2024 » Django News » [Archived Version]
News Welcome to our new Django accessibility team members The Django Accessibility Team welcomes new members Eli, Marijke, Tushar, and Saptak, who bring valuable expertise to the project. djangoproject.com Articles Django: avoid using .first() when retrieving a unique object Avoid using .first() to retrieve unique objects in Django to avoid unnecessary performance costs from added ordering; instead, use .get() with proper exception h…
Read MoreDec. 27, 2024 » Adam Johnson » [Archived Version]
Previously, I covered using 1/0 to crash Python within minimal typing, useful to quickly answer questions like “does the code even get here?”. Recently, I wanted to do the same in Django templates, to trace if a given template was even being rendered, and under which code paths. It …
Read MoreDec. 27, 2024 » Django on Matt Layman » [Archived Version]
In this episode, when worked on the newly migrated JourneyInbox site and focused on the database. Since me moved from Postgres to SQLite, I needed to make sure that SQLite was ready for users. We examined common configuration to optimize the database and applied that config to JourneyInbox.
Read MoreDec. 25, 2024 » Better Simple » [Archived Version]
A collection of resources to help you get started contributing to Django.
Read MoreDec. 25, 2024 » Josh Karamuth » [Archived Version]
Learn how to create and edit models using Django forms inside a modal using HTMX
Read MoreDec. 24, 2024 » The Django weblog » [Archived Version]
Sarah Abderemane, Thibaud Colas and Tom Carrick are pleased to introduce four new members in the Django Accessibility team ❤️. Marijke Luttekes Eliana Rosselli Tushar Gupta Saptak Sengupta Marijke (pronounced Mah-Rye-Kuh) is a freelance web developer who creates human-friendly applications. She is based in Groningen, The Netherlands, specializing in Django, Python, HTML, SCSS, and vanilla JavaScript. She helps companies expand their existing projects, think about new features…
Read MoreDec. 20, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]
Weeknotes (2024 week 51) Building forms using Django I last wrote about this topic in April. It has resurfaced on Mastodon this week. I’m thinking about writing a feincms3-forms demo app, but I already have too much on my plate. I think composing a forms builder on top of django-content-editor is the way to go, instead of replacing the admin interface altogether – sure, you can always do that, but it’s so much less composable… Releases blacknoise 1.2: No real changes, …
Read MoreDec. 20, 2024 » Django News » [Archived Version]
News Django 6.x Steering Council Election Results Congrats to our new Steering Council members. Carlton Gibson Emma Delescolle Frank Wiles Lily Foote Tim Schilling djangoproject.com Django Reached 100%+ Funding! Django successfully reached its funding goal of $200,000 for 2024. It speaks to the volunteer-nature of the project that something with so many moving parts and active contributions can thrive on such a relatively limited budget…
Read MoreDec. 20, 2024 » Django on Matt Layman » [Archived Version]
In this episode, I worked to finish the cloud migration to DigitalOcean for JourneyInbox. We started the stream by bootstrapping Kamal on the server. I hit network issues so this stream is split into multiple parts and is of lower quality than normal.
Read More