django-planet

What's new in Django community blogs?

Customer Features - Building SaaS with Python and Django #145

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

In this episode, we picked up some customer features to improve the app. I knocked out the first feature pretty quickly. The second feature involved working with FormData in the DOM, which proved to have some interesting challenges.

Read More

Building a Realtime Chat App with Django Channels and WebSockets

Sept. 22, 2022 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Building stateful web applications can be tricky, unless you use a framework, of course—Django to the rescue! In this article, learn how to build a realtime chat app using Django Channels and WebSockets.

Read More

Customer Features - Building SaaS #145

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

In this episode, we picked up some customer features to improve the app. I knocked out the first feature pretty quickly. The second feature involved working with FormData in the DOM, which proved to have some interesting challenges.

Read More

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