create a blog application with django, part 5: write django views
A tutorial on creating Django views for a blog application, covering list and detail views, URL patterns, and template rendering.
A tutorial on creating Django views for a blog application, covering list and detail views, URL patterns, and template rendering.
A technical guide on using Django's UpdateView to quickly create an edit form for a CourseTask model in a SaaS application.
Announcement of Django Riffs, a new podcast for beginners to learn the Django web framework through topical episodes.
A guide to understanding and building URLs in Django, covering URLconfs, path functions, and routing.
An introduction to the Django Riffs podcast, a beginner-friendly educational series for learning web development with the Django framework.
A developer episode on styling a Django template's tabular view using Tailwind CSS, including column highlighting and data structure explanation.
The author adds Tailwind CSS to style a Django SaaS project, fixes a logout issue, and explains utility-first CSS.
Explains how Django processes web requests using URL configurations (URLconf) to route URLs to the appropriate Python views.
A tutorial on integrating the Chart.js JavaScript library with Django to create data visualizations from Django model data.
A technical guide on implementing email-based user accounts in Django using the django-allauth package, including configuration and testing.
A beginner-friendly introduction to Django, a Python web framework, explaining its core concepts and how it powers web applications.
A technical guide on creating a custom Django User model and integrating django-allauth for email-based authentication.
A guide on using a pre-built Django template to quickly set up a Django application with features like user authentication, Docker, and testing.
Setting up django-environ for environment-based settings and django-debug-toolbar for debugging in a Django SaaS project.
The author starts a new Django project from scratch, sets up a development environment with pip-tools, and deploys it to Heroku.
A tutorial on setting up a minimal Django REST API microservice using Docker, PostgreSQL, and Gunicorn for development.
A talk on building a web service with Django and PostgreSQL to manage and aggregate YouTube channel revenue data via Google's APIs.
A developer discusses and compares different Django configuration tools, then integrates the Goodconf package into their SaaS project.
A technical guide on deploying WhiteNoise for static files in a Django SaaS app, covering CI/CD and Nginx configuration changes.
A post-mortem analysis of a production outage caused by a broken Django migration, and the introduction of django-test-migrations for safer database changes.