django-planet

What's new in Django community blogs?

Django at UC Berkeley - Mohammed Shamma and Matthew Newton

Jan. 19, 2022 » Django Chat » [Archived Version]

Mohammed and Matthew are software developers at UC Berkeley who use Django and Wagtail extensively. We discuss their programming careers, porting existing projects over to Django, and their excitement around htmx.

Read More

Go Fast With Django

Jan. 19, 2022 » Django on Matt Layman » [Archived Version]

In the last Understand Django article, we learned about commands. Commands are the way to execute scripts that interact with your Django app. With this article, we’re going to dig into performance. How do you make your Django site faster? Keep reading to find out. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With FormsStore Data With ModelsAdminister All The ThingsAnatomy Of An ApplicationUser AuthenticationMiddleware Do You Go?

Read More

Introduction to Django Channels

Jan. 11, 2022 » TestDriven.io » [Archived Version]

This tutorial shows how to use Django Channels to create a real-time application.

Read More

Flask Stripe Tutorial

Jan. 7, 2022 » TestDriven.io » [Archived Version]

This tutorial looks at how to quickly add Stripe to a Flask app in order to accept payments.

Read More

New features in Python 3.8 & 3.9

Jan. 7, 2022 » Anže’s Blog » [Archived Version]

Highlighting some of the new features in Python 3.8 and 3.9.

Read More

PDF Bundle Report - Building SaaS with Python and Django #123

Jan. 6, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we started work on a new feature for the homeschool application. This feature is a report bundle that will add PDFs of all school year activities to a zip archive for a customer’s record keeping purposes.

Read More

PDF Bundle Report - Building SaaS #123

Jan. 6, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we started work on a new feature for the homeschool application. This feature is a report bundle that will add PDFs of all school year activities to a zip archive for a customer’s record keeping purposes.

Read More

Pagination in Django

Jan. 5, 2022 » TestDriven.io » [Archived Version]

This article looks at how to add pagination to a Django project.

Read More

Boost Your Django DX - Adam Johnson

Jan. 5, 2022 » Django Chat » [Archived Version]

Adam is a prolific contributor to the Django community and the author of the forthcoming book, Boost Your Django DX. We discuss his work on the Django Security Team, the Django Technical Board, multiple recent Django third-party packages, and the new book.

Read More

Customer UX Feature - Building SaaS with Python and Django #122

Dec. 23, 2021 » Django on Matt Layman » [Archived Version]

In this episode, I added some user experience (UX) polish to my Django app to fill in a gap where users couldn’t quickly jump to their proper school year when their homeschool is between school years. We cleaned up the view, modified a template, and wrote the test to prove that the change works.

Read More