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 MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreSept. 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 MoreSept. 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