web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
July 28, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I pulled out code from homeschool application and started a new open source project for a portion that I thought would be useful for others. The new package, which I have called django-denied, is a way of handling authorization in your Django apps.
Read MoreJuly 28, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I pulled out code from homeschool application and started a new open source project for a portion that I thought would be useful for others. The new package, which I have called django-denied, is a way of handling authorization in your Django apps.
Read MoreJuly 21, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we created a new model for the teacher checklist feature that I recently added to my homeschool app. This new checklist model will enable users to filter out courses that appear on a teacher’s checklist.
Read MoreJuly 21, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we created a new model for the teacher checklist feature that I recently added to my homeschool app. This new checklist model will enable users to filter out courses that appear on a teacher’s checklist.
Read MoreJune 30, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I started by finishing off some refactoring work that I began on the previous stream. Once that was wrapped up, I built the data for the teacher checklist wit the context data that I added in previous streams.
Read MoreJune 30, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I started by finishing off some refactoring work that I began on the previous stream. Once that was wrapped up, I built the data for the teacher checklist wit the context data that I added in previous streams.
Read MoreJune 23, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I continued on the teacher checklist for the homeschooling app. We added data to the context and this required some refactoring to be able to reuse data from other parts of the app.
Read MoreJune 23, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I continued on the teacher checklist for the homeschooling app. We added data to the context and this required some refactoring to be able to reuse data from other parts of the app.
Read MoreJune 16, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I broke ground on a brand new feature. The feature will be a task checklist for teachers. Since the checklist is directly for teachers, I created a new Django app named teachers and showed how to hook that into the rest of my Django project.
Read MoreJune 16, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I broke ground on a brand new feature. The feature will be a task checklist for teachers. Since the checklist is directly for teachers, I created a new Django app named teachers and showed how to hook that into the rest of my Django project.
Read More