Making Sense Of Settings
Learn how Django settings work, where configuration comes from, and tools to manage your app's setup effectively.
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 podcast episode discussing automated testing strategies for Django applications, including unit and integration tests.
Explains how Django uses sessions to store per-visitor data across multiple requests, covering storage and JSON serialization.
An interview with developer Carlton Gibson about his journey into programming, iOS development, and using Django for backend services.
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.
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.
A Django expert explains why you should use the latest version of the framework for new web applications, instead of older LTS versions.
Developer implements customer feedback to improve SaaS app usability, including graded task visibility, better delete navigation, and documentation links.
A developer fixes critical scheduling bugs in a Django app, addressing issues with task display and date calculations discovered during real-world testing.
An exploration of Django middleware, explaining its purpose, placement in the request/response cycle, and how it's configured.
A developer customizes a sign-up email template and tests it with MailHog, then works on the landing page's pricing section.