The Home Stretch - Building SaaS #63
A developer works on the final features of a SaaS homeschool app, focusing on student enrollment, templates, and testing in Python/Django.
A developer works on the final features of a SaaS homeschool app, focusing on student enrollment, templates, and testing in Python/Django.
Learn how Django uses models and migrations to store and manage data in a relational database.
A guide for beginners on how to efficiently navigate and find answers in the extensive Django documentation, reducing frustration.
A developer live-codes the final touches on a hackathon project, covering Django models, UI integration, RSS feeds, and Heroku deployment.
A guide to automating the process of downloading and restoring a production Postgres database backup for local Django development.
A developer builds a mobile web app for a homelessness-focused hackathon using Python and Django, covering models, admin, and pages.
Learn how to use Factory Boy and Faker to automatically generate realistic dummy data for testing Django applications.
A guide to automating the reset of a local Django database using a bash script, including migrations and user setup.
A guide to deploying an outdated Django 1.7 project using Docker, UWSGI, and NGINX for a server migration.
A developer creates a Django view to add students using Error Driven Development, including testing and template creation.
A developer builds a Django CreateView for adding courses, reusing forms and templates while following a test-driven approach.
A Django developer builds core pages, adds model methods, and designs templates for a SaaS application in this coding tutorial episode.
A guide to common Django server setups, from simple local development to professional production deployments with Gunicorn and PostgreSQL.
A guide on switching a Django project's test runner from the default to pytest, covering installation, configuration, and benefits.
Tutorial on configuring a Django blog application to use PostgreSQL for production, including installation, setup, and fixture management.
A developer uses Test Driven Development to fix a bug in a Django app, writing a test, fixing the code, and refactoring.
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 guide detailing three methods for moving a Django model between apps, covering migration operations and CLI commands.