Episode 5 - How To Use Forms
Learn how to use HTML forms and Django's form system to collect user input in this tutorial episode.
Learn how to use HTML forms and Django's form system to collect user input in this tutorial episode.
Learn how to use Django Debug Toolbar to identify and fix slow database queries in your Django application views.
A developer changes a Django model relationship from ForeignKey to ManyToManyField and fixes the resulting test errors.
A developer addresses user feedback by fixing navigation, print styles, and form layouts in a SaaS application built with Python and Django.
Final guide in a Django deployment series covering domain setup, DNS configuration with Cloudflare, and SSL for a production web app.
A guide to automating Django deployment using bash scripts for frequent, low-risk code releases.
Guide to deploying a Django app using Supervisor to run Gunicorn as a persistent, auto-restarting service with logging.
A guide to preparing a Django application for deployment, covering virtual environments, production settings, and static files.
A technical guide on setting up cloud infrastructure and SSH keys for deploying a Django application.
A beginner-friendly guide to deploying a Django web application to a live server, focusing on minimal new tools and incremental learning.
A developer continues building a SaaS product's user onboarding flow using Python and Django, focusing on form creation and unit testing.
A technical walkthrough of building a consistent user onboarding flow in a Django SaaS application, focusing on data validation and step dependencies.
Learn 4 practical debugging techniques for Django, including using pprint, pdb, assertions, and logging to find and fix bugs faster.
Learn how to use Python's built-in pdb debugger to quickly find and fix bugs in Django applications, replacing slow print statement debugging.
A guide on configuring Django to write application logs to a file in a production environment for easier debugging.
A guide on integrating Django application logs with Papertrail, a web-based log aggregator, for easier log viewing and searching.
A guide to customizing Django's class-based views, showing how to override methods for filtering and ordering data.
A developer adds an onboarding form using Django's CreateView, handling form configuration and redirecting to the next step in the flow.
A guide to 9 essential Docker commands for debugging Django applications running in containers, including pdb and bash shells.
A guide on using Sentry for error tracking and monitoring in Django applications, highlighting its setup and benefits.