django-planet

What's new in Django community blogs?

Continuous Delivery in an Agile World

Dec. 28, 2020 » TestDriven.io » [Archived Version]

This article looks at what Continuous Delivery is, why it's a competitive advantage, and what the process looks like.

Read More

Web Authentication Methods Compared

Dec. 23, 2020 » TestDriven.io » [Archived Version]

This article looks at the most commonly used web authentication methods.

Read More

Search & GeoDjango - Paolo Melchiorre

Dec. 23, 2020 » Django Chat » [Archived Version]

Paolo is a Django contributor and prolific conference speaker based in Italy. We discuss using PostgreSQL-powered full text search within Django as using GeoDjango for mapping projects.

Read More

Refactoring Enrollment - Building SaaS #84

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

In this episode, I decided to redesign a portion of the application flow. I wasn’t pleased with how users would enroll students for their grades so I refactored the school year page into a flow that worked better. Note: My internet connection was not good during this stream. Thankfully, the audio is fine and reading code is very possible because the background doesn’t need to change much. My apologies for the low quality.

Read More

Django Chat - E81

Dec. 22, 2020 » Paolo Melchiorre » [Archived Version]

A podcast on the Django Web Framework by William Vincent and Carlton Gibson.

Read More

Testing Django with Cypress, how nice!

Dec. 19, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

In this post I share some recipes for testing Django with Cypress, with a focus on the authentication flow.

Read More

Empty States - Building SaaS #83

Dec. 17, 2020 » Django on Matt Layman » [Archived Version]

In this episode, I returned to the onboarding flow and start to polish some of the extra pages. We filled the pages with special copy and a call to action to each page to help customers be successful. I started with the pages that displays the school years. We added a chunk of template from the onboarding process that asks the user to create a school year. I modified the template chunk to make it fit in the context of the page.

Read More

Middleware Do You Go?

Dec. 16, 2020 » Django on Matt Layman » [Archived Version]

In the previous Understand Django article, we covered the built-in auth system. That article gave you a chance to see the User model, ways to login users with Django’s authentication tools, and the features that make the authorization controls work. In that topic, middleware came up as an integral component. Now we’re going to learn more about middleware and its function within a Django project. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser I…

Read More

Django Session-based Auth for Single Page Apps

Dec. 14, 2020 » TestDriven.io » [Archived Version]

This article looks at how to add session-based authentication to a Single-Page Application (SPA) powered by Django and React.

Read More

Customer Feedback - Building SaaS #82

Dec. 10, 2020 » Django on Matt Layman » [Archived Version]

In this episode, I worked on feedback from my primary customer. We fixed a couple of issues that she reported, then moved on to more of the onboarding flow. Before getting to the code, we chatted about ways to learn to code. I linked to a popular book, Automate the Boring Stuff with Python, and some good web tutorials for learning Django. The first bit of customer feedback that I worked on was to add a back link from a course details to get a user back to the grade level that holds the course.

Read More