django-planet

Blog: Matt Layman

web https://www.mattlayman.com/tags/django/
Author

User Requests - Building SaaS with Python and Django #134

April 28, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we took a break between big projects and worked on some smaller usability features requested by users of the app.

Read More

S3 FileField - Building SaaS with Python and Django #133

April 21, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we built the UI to allow users to request an end-of-year PDF bundle. Then we hooked the model up to S3 via django-storages and tested everything out.

Read More

S3 FileField - Building SaaS #133

April 21, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we built the UI to allow users to request an end-of-year PDF bundle. Then we hooked the model up to S3 via django-storages and tested everything out.

Read More

PDF Courses Report - Building SaaS #132

March 31, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we added a final PDF report to the PDF bundle. This report was different than the other because there wasn’t a pre-existing HTML report to mimic. I built a report that shows all the completed course tasks for each student.

Read More

PDF Courses Report - Building SaaS with Python and Django #132

March 31, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we added a final PDF report to the PDF bundle. This report was different than the other because there wasn’t a pre-existing HTML report to mimic. I built a report that shows all the completed course tasks for each student.

Read More

PDF Attendance Report - Building SaaS with Python and Django #131

March 24, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we added a third PDF report to the PDF bundle. The patterns from previous reports made this one go faster, but I hit some small snags with the output of the PDF being crushed together.

Read More

PDF Attendance Report - Building SaaS #131

March 24, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we added a third PDF report to the PDF bundle. The patterns from previous reports made this one go faster, but I hit some small snags with the output of the PDF being crushed together.

Read More

Security And Django

March 10, 2022 » Django on Matt Layman » [Archived Version]

In the last Understand Django article, we learned about where apps slow down. We explored techniques that help sites handle the load and provide a fast experience for users. With this article, we will look at security. How does a Django site stay safe on the big, bad internet? Let’s find out. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With FormsStore Data With ModelsAdminister All The ThingsAnatomy Of An ApplicationUser Authenticatio…

Read More

PDF Debugging - Building SaaS with Python and Django #129

March 3, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I debugged the static file handling that my homeschool application is using when it generates PDF reports. Note: There was some stream trouble. This segment of the stream had no webcam video and was disconnected. Part 2 shows the successful completion of the PDF integration which you can see at https://www.youtube.com/watch?v=F5CBNNZMdxs.

Read More

PDF Debugging - Building SaaS #129

March 3, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I debugged the static file handling that my homeschool application is using when it generates PDF reports. Note: There was some stream trouble. This segment of the stream had no webcam video and was disconnected. Part 2 shows the successful completion of the PDF integration which you can see at https://www.youtube.com/watch?v=F5CBNNZMdxs.

Read More