django-planet

What's new in Django community blogs?

How to use Django order_by?

Sept. 11, 2022 » Django Archives - ZeroToByte » [Archived Version]

Sorting data stored in the database can often be crucial for your application. Luckily, Django has integrated methods over querysets ... Read more The post How to use Django order_by? appeared first on ZeroToByte.

Read More

Delete Task UX - Building SaaS with Python and Django #144

Sept. 8, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I worked on an issue to improve the user experience when deleting a task. The previous version forgot the user’s position in a task delete, and we updated the view so that the user would be returned to the same portion of a task list in the course.

Read More

Delete Task UX - Building SaaS #144

Sept. 8, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I worked on an issue to improve the user experience when deleting a task. The previous version forgot the user’s position in a task delete, and we updated the view so that the user would be returned to the same portion of a task list in the course.

Read More

Using Hypothesis and Schemathesis to Test FastAPI

Sept. 6, 2022 » TestDriven.io » [Archived Version]

This article looks at how property-based testing via Hypothesis and Schemathesis can be used to test FastAPI.

Read More

Continuously Deploying Django to Linode with Docker and GitHub Actions

Sept. 2, 2022 » TestDriven.io » [Archived Version]

In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to Linode.

Read More

flake8-bugbear - Building SaaS with Python and Django #143

Sept. 1, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I updated my app to use flake8-bugbear. I fixed the issues that popped up and talked about strategies to manage adding new tools.

Read More

flake8-bugbear - Building SaaS #143

Sept. 1, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I updated my app to use flake8-bugbear. I fixed the issues that popped up and talked about strategies to manage adding new tools.

Read More

Django @Instagram - Carl Meyer (Ep78 Replay)

Aug. 31, 2022 » Django Chat » [Archived Version]

Carl is a Software Engineer at Instagram and a Django Core developer. We discuss his contributions to Django and how Django and Python are used at Instagram today.

Read More

Finish Teacher Checklist - Building SaaS with Python and Django #142

Aug. 25, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we finished off the teacher checklist feature in the homeschool app. I tied together all the loose ends, checked the feature end to end, and wrote the unit tests to complete the whole effort.

Read More

Finish Teacher Checklist - Building SaaS #142

Aug. 25, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we finished off the teacher checklist feature in the homeschool app. I tied together all the loose ends, checked the feature end to end, and wrote the unit tests to complete the whole effort.

Read More