S3 FileField - Building SaaS #133
Building a Django SaaS feature for user-requested PDF bundles, integrating S3 file storage via django-storages.
Building a Django SaaS feature for user-requested PDF bundles, integrating S3 file storage via django-storages.
Adding a PDF course completion report for students in a SaaS application built with Python and Django.
The article details adding a PDF attendance report to a SaaS project, covering development challenges and code patterns.
An update on adding a new report to a PDF bundle, including code cleanup and refactoring in a SaaS project.
A guide to Django security, covering common vulnerabilities and how the framework helps protect web applications from threats.
Developer debugs static file handling for PDF reports in a Django-based SaaS application during a live coding session.
A developer adds a user-requested task management feature and CSS styling to a PDF report for a SaaS application.
The author documents upgrading their SaaS app from Tailwind CSS v2 to v3, following the official migration guide.
A guide to managing Django site settings, covering configuration sources, environment variables, and multi-environment patterns.
Developer builds admin tools to inspect PDF reports for a homeschool app, part of a SaaS development series.
Developer adds a customer-requested feature to reorder grade levels in a homeschool app, part of a SaaS building series.
Building a zip archive HTTP response for PDF reports in a Django SaaS application, including setup for the weasyprint package.
Learn strategies to improve Django website performance by increasing throughput and reducing latency.
A guide to setting up automated testing for Django projects using Pytest and GitHub Actions for continuous integration.
A developer builds a PDF bundle feature for a SaaS app, creating zip archives of school year reports for customers.
A guide to setting up a free monitoring stack for Django applications, covering uptime, error reporting, logs, and performance.
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
A developer stream log about handling a customer feature request after abandoning a problematic package integration.
A developer debugs a complex scheduling bug in their SaaS application during a live coding session.