Episode 14 - Going Live
A guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.
A guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.
Learn how Django settings work, where configuration comes from, and tools to manage your app's setup effectively.
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.