django-planet

Blog: TestDriven.io Blog

web https://testdriven.io/
Author

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

Django Performance Optimization Tips

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

This article looks at where potential performance issues can occur in a Django application and how to address them in order to speed up your app.

Read More

Deploying a Django App to Azure App Service

Feb. 28, 2023 » TestDriven.io » [Archived Version]

This tutorial looks at how to deploy a Django application to Azure App Service.

Read More

Generating a Static Site with Flask and Deploying it to Netlify

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

This tutorial shows how to leverage the JAMstack with Python and Flask by creating a static site and deploying it to Netlify

Read More