django-planet

What's new in Django community blogs?

Scheduling Bugs - Building SaaS #120

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

PostGIS Day 2021

Nov. 17, 2021 » Paolo Melchiorre » [Archived Version]

PostGIS Day is part of Geography Awareness Week and serves to highlight the features and uses of the PostGIS spatial database as a part of the GIS ecosystem.

Read More

From Beginner to Software Engineering Manager - Raymond Traylor

Nov. 10, 2021 » Django Chat » [Archived Version]

Raymond is a software engineering manager at Crayon.co. We discuss learning to program as an adult, his entrepreneurial journey, and making the switch from developer to team manager.

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

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

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

Mastering Django - Nigel George

Oct. 27, 2021 » Django Chat » [Archived Version]

Nigel is the author of the books Mastering Django and Build a Website with Django 3. He also maintains the website djangobook.com. We discuss teaching Django to newcomers, print vs video, testing, and more.

Read More

Improving Code Confidently with Test-Driven Development

Oct. 21, 2021 » TestDriven.io » [Archived Version]

Looks at an example of how Test-Driven Development improves code quality.

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