Ordering Existing Models - Building SaaS #125
Developer adds a customer-requested feature to reorder grade levels in a homeschool app, part of a SaaS building 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.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
Learn about Django commands, including built-in tools and how to create custom scripts to interact with your application.
A developer works on a bulk delete template for a SaaS homeschool app using Python, Django, and htmx.
A developer builds a bulk delete form for a SaaS application, allowing customers to delete multiple tasks at once.
A developer builds a bulk delete feature for a SaaS application, allowing customers to delete multiple course tasks at once.
The article details completing the school break filtering feature for a SaaS product, including UI work and final testing.
A developer builds a user interface for filtering students by school breaks in a SaaS application using Django and Python.
A Django tutorial explaining user session data, how it works, its storage engines, and how to access it via request.session.
A developer stream episode on building a SaaS app, focusing on adding student filtering for school breaks using Django and Python.
A guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.