create a blog application with django, part 7: add pagination in django blog
A tutorial on implementing pagination for a blog's post list using Django's built-in Paginator class and creating a reusable template.
A tutorial on implementing pagination for a blog's post list using Django's built-in Paginator class and creating a reusable template.
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.
Announcement of Django Riffs, a new podcast for beginners to learn the Django web framework through topical episodes.
A technical guide on using Django's UpdateView to quickly create an edit form for a CourseTask model in a SaaS application.
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.