django-planet

What's new in Django community blogs?

Django REST Framework Views - Generic Views

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

This article looks at how to use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again.

Read More

Django 4.0

Sept. 29, 2021 » Django Chat » [Archived Version]

We’re back after a summer break! This episode talks about Django 4.0 alpha release which is now available, what to expect in it, community news, and more.

Read More

Django REST Framework Views - APIViews

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

This article takes a deep dive into how Django REST Framework's views work and its most basic view, APIView.

Read More

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