2025 Django Software Foundation board nomination
A candidate's nomination statement and platform for the 2025 Django Software Foundation board election, outlining community-focused initiatives.
A candidate's nomination statement and platform for the 2025 Django Software Foundation board election, outlining community-focused initiatives.
A developer recounts an intense debugging session with the django-allauth package that turned a minor sign-up issue into a major investigation.
The article details the process of converting a Postgres database to SQLite as part of a cloud migration strategy for a SaaS project.
A talk from DjangoCon US 2024 on creating web maps using Django and its GeoDjango module, from simple to complex implementations.
The author begins migrating a SaaS application from Heroku to Digital Ocean, focusing on creating a Dockerfile and new deployment tools.
A developer episode on using Kamal to deploy a demo app to a Digital Ocean Droplet VM, covering the tool's operations.
A developer explores using Kamal, a deployment tool, to deploy a web app to a Digital Ocean Droplet virtual machine.
Building a Django job to send activation email reminders before user accounts expire, plus discussion on dependency management.
Building a persistent trial banner using a Django inclusion template tag to share data across pages in a SaaS project.
The author shares their experience writing the preface for 'Django 5 By Example', a book teaching Django through practical examples and new features.
This episode covers implementing email confirmations and customizing Django-allauth forms for password reset functionality in a SaaS project.
A talk on adding semantic search to Django web projects using PostgreSQL and the pgvector extension for AI-powered functionality.
A Django SaaS development update covering the debug toolbar, authorization, and email verification signals.
A talk from DjangoCon Europe 2024 exploring various ways to contribute to the Python and Django communities, aimed at both newcomers and existing members.
The author updates core pages like About, FAQ, and Home for the JourneyInbox SaaS app, focusing on UI layout and content.
Developer adds an export feature for user journal entries in a SaaS application, plus minor code cleanup.
Developer builds a user settings page with Stripe billing portal integration and account closure for a SaaS product.
A developer explains their reasoning for choosing the Django web framework over Flask for a SaaS project, based on their experience.
Developer builds an import feature for a SaaS journaling app and handles dependency updates in this coding episode.
A developer adds flash messages and troubleshoots a content encoding issue with Django's 'timesince' in a SaaS project.