Is Django too slow?
Analyzing Django's performance for web apps, discussing benchmarks, user experience, and hosting costs to determine if it's 'too slow'.
Analyzing Django's performance for web apps, discussing benchmarks, user experience, and hosting costs to determine if it's 'too slow'.
A guide to making Django projects portable and easy to share across different machines using Git and dependency management.
A developer updates a Django app to handle default task durations from the Course model, fixes form bugs, and adds tests.
A developer builds a student enrollment form using Python and Django, focusing on context data, Tailwind CSS styling, and unit testing.
An overview of essential testing tools and techniques for Django applications, including pytest-django, factory_boy, and django-test-plus.
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.
A developer uses Test Driven Development to fix a bug in a Django app, writing a test, fixing the code, and refactoring.