create a blog application with django, part 6: create django templates
Part 6 of a Django tutorial series, focusing on creating HTML templates (base.html, post_list.html) for a blog application using Django's template language.
Part 6 of a Django tutorial series, focusing on creating HTML templates (base.html, post_list.html) for a blog application using Django's template language.
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.
Explains how Django processes web requests using URL configurations (URLconf) to route URLs to the appropriate Python views.
The author adds Tailwind CSS to style a Django SaaS project, fixes a logout issue, and explains utility-first CSS.
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.
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 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 technical guide on integrating WhiteNoise into a Django app to manage static assets, replacing Nginx.
A technical deep-dive into diagnosing and solving severe performance issues caused by an 'Export to Excel' feature in a Django system.