django-planet

Blog: Matt Layman

web https://www.mattlayman.com/tags/django/
Author

Bulk Delete Template - Building SaaS #118

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 More

Bulk Delete Form - Building SaaS with Python and Django #117

Oct. 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 More

Bulk Delete Form - Building SaaS #117

Oct. 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 More

Bulk Delete View - Building SaaS #116

Sept. 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 More

Bulk Delete View - Building SaaS with Python and Django #116

Sept. 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 More

Finish School Break Filtering - Building SaaS with Python and Django #115

Sept. 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 More

Finish School Break Filtering - Building SaaS #115

Sept. 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 More

Student Filtering UI - Building SaaS with Python and Django #114

Sept. 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 More

Student Filtering UI - Building SaaS #114

Sept. 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 More

User File Use

Sept. 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