Database generated columns⁽¹⁾: Django & SQLite
Explores Django 5.0's new GeneratedField feature for database-calculated columns, with a focus on implementation using SQLite.
Explores Django 5.0's new GeneratedField feature for database-calculated columns, with a focus on implementation using SQLite.
The article details making an email sending job idempotent in a Django SaaS project and parsing inbound emails for journal entries.
A guide to creating minimal Django applications inspired by microframeworks like Flask and FastAPI, presented at DjangoCon US 2023.
Connecting outgoing prompt emails to incoming user journal entries via webhooks, using debugging and logging in production.
A talk from DjangoCon US 2023 covering updates to the official djangoproject.com website and how to contribute to its development.
The episode covers DNS configuration, SendGrid email testing, and troubleshooting for a SaaS application deployment.
A guide on deploying a Python/Django SaaS application to Heroku, covering production setup and DNS configuration.
Configuring SendGrid's Inbound Parse webhook to receive email responses in a Django SaaS project, including security setup.
This episode covers configuring SendGrid for outbound email sending and domain authentication for a SaaS project deployment.
A guide on deploying a SaaS app, covering security improvements, database setup with Postgres, and email configuration.
A developer prepares a SaaS for launch by adding user history, soft deletion, and SendGrid email integration.
The author adds Sentry integration and prepares for launch in this SaaS development episode, part of a series on building a product.
A talk from EuroPython 2023 covering the development, maintenance, and how to contribute to the official Django project website (djangoproject.com).
A developer builds and refines email templates for a SaaS journaling service, sharing insights on copywriting and programming challenges.
Building a SaaS product: adding an Account model and creating a background job to send journal prompt emails with full unit testing.
Building a SaaS app's core data model in Django, including the Entry model, admin setup, and automated testing.
Interview with Paolo Melchiorre, a candidate for the Python Software Foundation Board, discussing his community involvement and goals for language inclusivity.
A technical case study on debugging a Django performance issue, detailing the investigation process and tools used.
The article details setting up a Django SaaS signup flow, email templates, and configuring CI/CD with GitHub Actions and pre-commit.
A developer's notes on Cory Zue's Django livecoding session, comparing Django's ORM, migrations, and admin UI to Flask development.