Dec. 20, 2024 » Django on Matt Layman » [Archived Version]
In this episode, the second portion of the stream worked on fixing up the Docker image so that we could get the DigitalOcean droplet functional. This is the second stream chunk because I was having network issues and the first stream cut out.
Read MoreDec. 20, 2024 » Django on Matt Layman » [Archived Version]
In this episode, the third portion of the stream covers how I migrated my Heroku-backed Postgres database to SQLite. I finished the migration of my app from running on Heroku to running on DigitalOcean.
Read MoreDec. 18, 2024 » The Django weblog » [Archived Version]
The Steering Council for the Django 6.x release cycle will be: Carlton Gibson Emma Delescolle Frank Wiles Lily Foote Tim Schilling Voting breakdown: 400 eligible voters 215 votes received (54%) We had 400 eligible voters, and received 215 votes (54%). See the full voting breakdown on RankedVote. Congratulations to the new council members! And thank you to all 12 candidates who stood for election, and everyone who took part in the voting. — For anyone looking for further opportunities to hav…
Read MoreDec. 18, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]
Object-based assets for Django’s forms.Media The pull request for adding object-based script media assets into Django is in a good state and I hope it will be merged soon. I have been using object-based assets long before Django actually added support for them in 4.1 (since 2016, that’s before Django 1.10!) by using a gross hack. Luckily I have been able to clean up the code when Django 4.1 landed. I have been asking myself at times why I haven’t proposed the change to Django …
Read MoreDec. 18, 2024 » Thomas Loiret - Random thoughts » [Archived Version]
A quick reminder about SQL ordering and performances
Read MoreDec. 18, 2024 » Adam Johnson » [Archived Version]
Yesterday, I held another quiz at the December edition of Django London. The quiz is a regular tradition at our meetup, a way of having a more relaxed event in December and giving away some nice prizes. This was the sixth quiz that I’ve presented, and the seventh overall …
Read MoreDec. 16, 2024 » Josh Karamuth » [Archived Version]
Learn how to show a modal with minimal Javascript in Django + HTMX
Read MoreDec. 13, 2024 » Instawork Engineering » [Archived Version]
First, There Was The MonolithInstawork’s main product is implemented as a monolithic codebase using the Django framework. This choice has served us well from the founding of the company, and it exemplifies our guiding principle of “Respecting the Craft”:Develop deep expertise with a limited set of tools, and pick technologies carefully to solve a particular problemBy sticking with a monolith, engineers at Instawork need to develop expertise with only one language (Python) and one set of convent…
Read MoreDec. 13, 2024 » Django News » [Archived Version]
News Django 6.x Steering Council Candidates There are 12 individuals who have chosen to stand for election and written statements of intent. Existing individual members are eligible to vote. Voting is open until 23:59 on December 17, 2024 Anywhere on Earth. djangoproject.com PSF Fellow Membership: Welcome 2024 Q3 Fellow Members! Congratulations to fellow Djangonauts Jay Miller, Kojo Idrissa, and Trey Hunner, who are now Python Fellows. …
Read MoreDec. 13, 2024 » Django on Matt Layman » [Archived Version]
In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. We configured the secrets using 1Password and created the droplet that will host the app.
Read More