web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
Dec. 23, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I added some user experience (UX) polish to my Django app to fill in a gap where users couldn’t quickly jump to their proper school year when their homeschool is between school years. We cleaned up the view, modified a template, and wrote the test to prove that the change works.
Read MoreDec. 23, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I added some user experience (UX) polish to my Django app to fill in a gap where users couldn’t quickly jump to their proper school year when their homeschool is between school years. We cleaned up the view, modified a template, and wrote the test to prove that the change works.
Read MoreDec. 2, 2021 » Django on Matt Layman » [Archived Version]
In this episode, we started by trying to add django-auto-prefetch. Unfortunately, it didn’t work well for my app. I decided to stop trying to add that package and switched to working on a feature request of one of my customers.
Read MoreDec. 2, 2021 » Django on Matt Layman » [Archived Version]
In this episode, we started by trying to add django-auto-prefetch. Unfortunately, it didn’t work well for my app. I decided to stop trying to add that package and switched to working on a feature request of one of my customers.
Read MoreNov. 18, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I debugged a deep scheduling bug that was tricky to track down and understand.
Read MoreNov. 18, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I debugged a deep scheduling bug that was tricky to track down and understand.
Read MoreNov. 4, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I added django-htmx to help finish off a bulk task deletion feature for my homeschool app. We explored the features that are available in django-htmx, and I showed how to add django-htmx to my project and fully integrate the package.
Read MoreNov. 4, 2021 » Django on Matt Layman » [Archived Version]
In the last Understand Django article, we dug into file management. We saw how Django handles user uploaded files and how to deal with them safely. With this article, you’ll learn about commands. Commands are the way to execute scripts that interact with your Django app. We’ll see built-in commands and how to build your own. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With FormsStore Data With ModelsAdminister All The ThingsAnat…
Read MoreNov. 4, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I added django-htmx to help finish off a bulk task deletion feature for my homeschool app. We explored the features that are available in django-htmx, and I showed how to add django-htmx to my project and fully integrate the package.
Read MoreOct. 21, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I worked on the bulk delete template that users will see when deleting tasks within the homeschool app.
Read More