Building A Django SaaS Application (Part 6)
Production readiness essentials - transactional email setup and configuration - Part 6 of the series.
7 articles.
Production readiness essentials - transactional email setup and configuration - Part 6 of the series.
Production-hardening changes applied to our Django SaaS app after a code review: security headers and HSTS, safer proxy and X-Forwarded-For handling, and a less revealing health check endpoint.
Production readiness essentials - static file serving with WhiteNoise, structured logging, custom error pages, and health check endpoints - Part 5 of the series.
Production-grade server setup with Cheroot and Daphne, Docker containerization, and docker-compose configuration for Django SaaS deployment - Part 4 of the series.
Implementing a user-scoped link shortening feature in Django using TDD - creating models for Links and Clicks with CRUD operations - Part 3 of the series.
Adding automated testing, code quality tools (Black, MyPy, Bandit), pre-commit hooks, and GitHub Actions CI to a Django SaaS application - Part 2 of the series.
Building a Django SaaS starter with email-based custom user authentication, environment-based settings, and Bootstrap UI - Part 1 of a comprehensive tutorial series.