web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
Oct. 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 MoreOct. 8, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I worked on the bulk delete form that I need so that my customers can delete many tasks in the system at once.
Read MoreOct. 8, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I worked on the bulk delete form that I need so that my customers can delete many tasks in the system at once.
Read MoreSept. 30, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I started a bulk delete view to make it possible for customers to delete many course tasks at once.
Read MoreSept. 30, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I started a bulk delete view to make it possible for customers to delete many course tasks at once.
Read MoreSept. 23, 2021 » Django on Matt Layman » [Archived Version]
In this episode, we finished the UI work and wrote the final tests needed to complete the school break filtering by student feature.
Read MoreSept. 23, 2021 » Django on Matt Layman » [Archived Version]
In this episode, we finished the UI work and wrote the final tests needed to complete the school break filtering by student feature.
Read MoreSept. 16, 2021 » Django on Matt Layman » [Archived Version]
In this episode, we worked on UI and form changes to enable the extra many to many filtering that enables school breaks to be applied to individual students.
Read MoreSept. 16, 2021 » Django on Matt Layman » [Archived Version]
In this episode, we worked on UI and form changes to enable the extra many to many filtering that enables school breaks to be applied to individual students.
Read MoreSept. 14, 2021 » Django on Matt Layman » [Archived Version]
In the last Understand Django article, you learned about Django settings and how to manage the configuration of your application. We also looked at tools to help you define settings effectively. With this article, we’re going to dig into file management. Unlike the static files that you create for the app yourself, you may want your app to accept files from your users. Profile pictures are a good example of user files.
Read More