Sept. 29, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we finished off one of the dynamic features of my homeschool app that required working with some JavaScript. I showed off what I learned about some of my mistakes from the previous week, and we completed the feature and tested things out.
Read MoreSept. 28, 2022 » Django Chat » [Archived Version]
Kojo gave the Keynote at DjangoCon Europe 2022 and is a prolific public speaker. He is a software engineer at RevSys and Lightning Talks Chair at DjangoCon US 2022 as well. We discuss the various contributions to Django and why it's not all about code.
Read MoreSept. 28, 2022 » /var/ - django » [Archived Version]
A list of guidelines that I follow in every non-toy Django project I develop
Read MoreSept. 22, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we picked up some customer features to improve the app. I knocked out the first feature pretty quickly. The second feature involved working with FormData in the DOM, which proved to have some interesting challenges.
Read MoreSept. 22, 2022 » Honeybadger Developer Blog (Django Articles) » [Archived Version]
Building stateful web applications can be tricky, unless you use a framework, of course—Django to the rescue! In this article, learn how to build a realtime chat app using Django Channels and WebSockets.
Read MoreSept. 20, 2022 » Paolo Melchiorre » [Archived Version]
DjangoCon Europe is an international conference for the community by the community about the Django web framework, held each year in Europe.
Read MoreSept. 11, 2022 » Django Archives - ZeroToByte » [Archived Version]
Sorting data stored in the database can often be crucial for your application. Luckily, Django has integrated methods over querysets ... Read more The post How to use Django order_by? appeared first on ZeroToByte.
Read MoreSept. 8, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I worked on an issue to improve the user experience when deleting a task. The previous version forgot the user’s position in a task delete, and we updated the view so that the user would be returned to the same portion of a task list in the course.
Read MoreSept. 2, 2022 » TestDriven.io » [Archived Version]
In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to Linode.
Read MoreSept. 1, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I updated my app to use flake8-bugbear. I fixed the issues that popped up and talked about strategies to manage adding new tools.
Read More