June 30, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I started by finishing off some refactoring work that I began on the previous stream. Once that was wrapped up, I built the data for the teacher checklist wit the context data that I added in previous streams.
Read MoreJune 28, 2022 » Adam Johnson » [Archived Version]
Normally your Django project’s deploy process runs the migrate command, and that takes care of updating your database as necessary. Especially on smaller databases, Django’s migration system can “just do it” for you. But sometimes it can be necessary to run migrations “by hand” in your database’s …
Read MoreJune 28, 2022 » Adam Johnson » [Archived Version]
Normally your Django project’s deploy process runs the migrate command, and that takes care of updating your database as necessary. Especially on smaller databases, Django’s migration system can “just do it” for you. But sometimes it can be necessary to run migrations “by hand” in your database’s …
Read MoreJune 28, 2022 » /var/ - django » [Archived Version]
How to improve our Django inlines
Read MoreJune 23, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I continued on the teacher checklist for the homeschooling app. We added data to the context and this required some refactoring to be able to reuse data from other parts of the app.
Read MoreJune 23, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I continued on the teacher checklist for the homeschooling app. We added data to the context and this required some refactoring to be able to reuse data from other parts of the app.
Read MoreJune 22, 2022 » Adam Johnson » [Archived Version]
Python’s requests package is very popular. Even if you don’t use it directly, it’s highly likely one of your dependencies does. One wrinkle in requests’ design is that it has no default timeout. This means that requests can hang forever if the remote server doesn’t respond …
Read MoreJune 22, 2022 » Adam Johnson » [Archived Version]
Python’s requests package is very popular. Even if you don’t use it directly, it’s highly likely one of your dependencies does. One wrinkle in requests’ design is that it has no default timeout. This means that requests can hang forever if the remote server doesn’t respond …
Read MoreJune 22, 2022 » Django Chat » [Archived Version]
Carlton and Will discuss how to learn Django whether you are a total beginner or experienced web developer.
Read MoreJune 16, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I broke ground on a brand new feature. The feature will be a task checklist for teachers. Since the checklist is directly for teachers, I created a new Django app named teachers and showed how to hook that into the rest of my Django project.
Read More