django-planet

Feed: TestDriven.io

TestDriven.io blog tutorial feed by topic - Django

Blog TestDriven.io Blog
RSS 2.0 Feed TestDriven.io
web https://testdriven.io/
Last Update08.06.2025
Posts119

Reusable Components in Django with Stimulus and Tailwind CSS - Part 1

June 30, 2024 » TestDriven.io » [Archived Version]

This tutorial looks at how to build client-side UI components in Django with Stimulus and Tailwind.

Read More

Approximate Counting in Django and Postgres

June 3, 2024 » TestDriven.io » [Archived Version]

This article looks at how to speed up counting with Django and PostgreSQL.

Read More

Building Reusable Components in Django

May 2, 2024 » TestDriven.io » [Archived Version]

This tutorial looks at how to build server-side UI components in Django.

Read More

Django REST Framework: Pros and Cons

Feb. 29, 2024 » TestDriven.io » [Archived Version]

This article looks at the pros and cons of using Django REST Framework for building RESTful APIS with Django.

Read More

Django REST Framework and Vue versus Django and HTMX

Feb. 5, 2024 » TestDriven.io » [Archived Version]

This article compares the development experience with Vue and Django REST Framework against HTMX and Django.

Read More

Customizing the Django Admin

Aug. 24, 2023 » TestDriven.io » [Archived Version]

In this article, we'll look at how to customize Django's admin site.

Read More

Django REST Framework Authentication with Auth.js

July 18, 2023 » TestDriven.io » [Archived Version]

This tutorial looks at how to add authentication to Django REST Framework and integrate it with Auth.js.

Read More

Django REST Framework Authentication

May 18, 2023 » TestDriven.io » [Archived Version]

This tutorial looks at how to add authentication to Django REST Framework with django-allauth and dj-rest-auth.

Read More

Django REST Framework Basics

April 14, 2023 » TestDriven.io » [Archived Version]

This article serves as an introduction to Django REST Framework, focusing on serializers, views, and routers.

Read More

Building an Intelligent Education Platform with OpenAI, ChatGPT, and Django

March 31, 2023 » TestDriven.io » [Archived Version]

This tutorial shows how to build an intelligent educational platform using OpenAI APIs and Django.

Read More