django-planet

What's new in Django community blogs?

How to load a Service Worker in Django

Sept. 24, 2021 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

Loading a Service Worker in Django might be tricky. Let's see how to make it work in this brief post!

Read More

Finish School Break Filtering - Building SaaS with Python and Django #115

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

In this episode, we finished the UI work and wrote the final tests needed to complete the school break filtering by student feature.

Read More

Finish School Break Filtering - Building SaaS #115

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

In this episode, we finished the UI work and wrote the final tests needed to complete the school break filtering by student feature.

Read More

Roles and Responsibilities in the Software Development Life Cycle (SDLC)

Sept. 16, 2021 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]

These days, building a house (unless it’s a hut in the wild) is most likely done not by its owner, but by a whole team of contractors who know their work well. But in order for the result to be exactly the way the owner wants, it’s important to show up regularly at the construction […] The post Roles and Responsibilities in the Software Development Life Cycle (SDLC) appeared first on Software Development Blog & IT Tech Insights | Django Stars.

Read More

Student Filtering UI - Building SaaS with Python and Django #114

Sept. 16, 2021 » Django on Matt Layman » [Archived Version]

In this episode, we worked on UI and form changes to enable the extra many to many filtering that enables school breaks to be applied to individual students.

Read More

Student Filtering UI - Building SaaS #114

Sept. 16, 2021 » Django on Matt Layman » [Archived Version]

In this episode, we worked on UI and form changes to enable the extra many to many filtering that enables school breaks to be applied to individual students.

Read More

User File Use

Sept. 14, 2021 » Django on Matt Layman » [Archived Version]

In the last Understand Django article, you learned about Django settings and how to manage the configuration of your application. We also looked at tools to help you define settings effectively. With this article, we’re going to dig into file management. Unlike the static files that you create for the app yourself, you may want your app to accept files from your users. Profile pictures are a good example of user files.

Read More

Episode 15 - User Session Data

Sept. 13, 2021 » Django on Matt Layman » [Archived Version]

On this episode, we will dig into a data storage technique that Django makes heavy use of for visitors to your site. This category of data is called session data. Listen at djangoriffs.com or with the player below. Last Episode On the last episode episode, we looked at what it takes to go live and how to prepare your Django project for the internet. What Is A Session? A session is a set of data that is available to users that Django can use over multiple requests.

Read More

Managing Secrets with Vault and Consul

Sept. 9, 2021 » TestDriven.io » [Archived Version]

This post looks at how to set up and use Hashicorp's Vault and Consul to securely store and manage secrets.

Read More

Storing Django Static and Media Files on DigitalOcean Spaces

Sept. 8, 2021 » TestDriven.io » [Archived Version]

This tutorial shows how to configure Django to load and serve up static and media files, public and private, via DigitalOcean Spaces.

Read More