django-planet

What's new in Django community blogs?

DjangoCon Europe 2022

Sept. 20, 2022 » Paolo Melchiorre » [Archived Version]

DjangoCon Europe is an international conference for the community by the community about the Django web framework, held each year in Europe.

Read More

Software Development for the Masses

Sept. 19, 2022 » james.walters.click » [Archived Version]

Some years ago, I was kicking around in the Ubuntu MATE IRC room, and I asked Martin Wimpress for his advice on getting started with programming. I've noted previously my fascination with operating systems, so I was expecting that the man behind my distro of choice would refer me to …

Read More

Confessions of a Linux Grandpa: An Oral History #1

Sept. 13, 2022 » james.walters.click » [Archived Version]

Let me spin you a yarn... 🧶 👴 I'm known to at least one friend as his "Linux grandpa" (I'm fairly certain I coined this phrase myself). We met while working together at my current company. He was (and is) a sharp developer. I hadn't really started development yet, or perhaps more …

Read More

Oh no, not another dev blog

Sept. 13, 2022 » james.walters.click » [Archived Version]

Hi there! 👋 I'm James, and I've decided to start a dev blog. It's a bit of a cliché, I know, but for me I think it will be a fruitful exercise. I like writing, and I've tried blogging over the years, but I've never really found a good fit for …

Read More

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