One Database Transaction Too Many
A developer recounts a bug where nested database transactions caused false payment notifications, and discusses solutions using Django.
A developer recounts a bug where nested database transactions caused false payment notifications, and discusses solutions using Django.
A talk from DjangoCon Europe 2021 on leveraging PostgreSQL's advanced features within Django projects for enhanced database capabilities.
A podcast episode discussing automated testing strategies for Django applications, including unit and integration tests.
A talk on creating web maps using Django and its GeoDjango module, covering geospatial data storage and queries from simple to complex implementations.
Explains how Django uses sessions to store per-visitor data across multiple requests, covering storage and JSON serialization.
A talk on creating web maps using Django's GeoDjango module, from simple SQLite to complex PostGIS implementations.
A Python/Django community member discusses the importance of linguistic diversity in FLOSS, highlighting an Italian translation of Django docs.
A talk on creating web maps using Django and its GeoDjango module, covering geographic data storage and queries from simple to complex setups.
Explores Django 3.2's new support for compressed fixtures in loaddata and dumpdata commands, including benchmark results.
An interview with developer Carlton Gibson about his journey into programming, iOS development, and using Django for backend services.
A talk on creating web maps with Django and GeoDjango, covering geographic data storage and geospatial queries from simple to complex implementations.
Learn how to deploy a Django site live, including choosing a production-ready Python application server like Gunicorn.
A detailed overview of new features in Django 3.2, focusing on ORM improvements like covering indexes, JSON object building, and new admin decorators.
A tutorial on building a full CRUD REST API using only Django's core features, without the Django Rest Framework.
Proposes making tests a reusable part of Python applications, using Django and deal library examples to illustrate sharing test logic.
A guide to understanding and configuring static files (CSS, JS, images) in a Django web application for improved styling and functionality.
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.
A developer adds UI improvements and new features to a SaaS application based on direct customer feedback.
Compares Django and Flask, two popular Python web frameworks, highlighting their similarities and key differences for developers.
A developer walkthrough of building a new calendar-based task completion feature for a SaaS product using Python and Django.