Serverless Python on Azure: Django with App Service
A tutorial on deploying a Django application to Azure App Service, Microsoft's serverless platform, to eliminate server management.
A tutorial on deploying a Django application to Azure App Service, Microsoft's serverless platform, to eliminate server management.
A developer adds break display logic to a weekly schedule in a SaaS app, focusing on Django templates and styling.
A developer adds custom form validation in Django to prevent duplicate student enrollments and improves empty state templates.
A comprehensive reference guide for Django covering deployment, REST APIs, database setup, environment variables, and essential commands.
A developer stream recap fixing task completion date bugs and adding student grade data to a Django SaaS app using test-driven development.
The article details bug fixes and UI improvements for a SaaS application based on user feedback, including course clarity and schedule ordering.
A developer builds a school year calendar feature in Django, adding break day models, methods, and tests.
A developer builds a 'SchoolBreak' model in Django using TDD to track holidays and vacations for a school scheduling app.
Explains how to configure NGINX as a reverse proxy for a Django application, breaking down the config file line-by-line.
A developer documents project setup, fixes a course scheduling bug, and starts building a new student reports section in a Django application.
A guide to configuring and understanding logging in a Django web application stack using Gunicorn and NGINX for effective debugging.
A guide to making Django projects portable and easy to share across different machines using Git and dependency management.
Analyzing Django's performance for web apps, discussing benchmarks, user experience, and hosting costs to determine if it's 'too slow'.
A developer shares their experience and lessons learned from giving a technical talk at the online EuroPython 2020 conference.
A developer updates a Django app to handle default task durations from the Course model, fixes form bugs, and adds tests.
A talk on implementing full-text search using only Django and PostgreSQL, presented at EuroPython 2020.
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.