django-planet

Blog: TestDriven.io Blog

web https://testdriven.io/
Author

Avoid Counting in Django Pagination

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

This article looks at how to avoid the count query in Django's paginator.

Read More

Limiting Content Types in a Django Model

Aug. 19, 2024 » TestDriven.io » [Archived Version]

This article looks at how to limit the content types in a Django model.

Read More

Developing GraphQL APIs in Django with Strawberry

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

This tutorial details how to integrate GraphQL with Django using Strawberry.

Read More

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

July 1, 2024 » TestDriven.io » [Archived Version]

This tutorial looks at how to add server-side components to our client-side setup with Django.

Read More

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