What's new in Django community blogs?

JavaScript FormData - Building SaaS with Python and Django #146

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

In this episode, we finished off one of the dynamic features of my homeschool app that required working with some JavaScript. I showed off what I learned about some of my mistakes from the previous week, and we completed the feature and tested things out.

Read More

DjangoCon Europe 2022 - Kojo Idrissa

Sept. 28, 2022 » Django Chat » [Archived Version]

Kojo gave the Keynote at DjangoCon Europe 2022 and is a prolific public speaker. He is a software engineer at RevSys and Lightning Talks Chair at DjangoCon US 2022 as well. We discuss the various contributions to Django and why it's not all about code.

Read More

My essential guidelines for better Django development

Sept. 28, 2022 » /var/ - django » [Archived Version]

A list of guidelines that I follow in every non-toy Django project I develop

Read More

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

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

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

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