django-planet

Blog: Matt Layman

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

Working With django-htmx - Building SaaS #119

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

Working With django-htmx - Building SaaS with Python and Django #119

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

Command Your App

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

Bulk Delete Template - Building SaaS with Python and Django #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 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 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

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

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