What You Should Know About The Django User Model
Explains the limitations of Django's default User Model and provides solutions for customization, focusing on username case-sensitivity and email handling.
Explains the limitations of Django's default User Model and provides solutions for customization, focusing on username case-sensitivity and email handling.
A guide to setting up a new Django project with a focus on organization, environment separation, and production readiness.
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.