django-planet

Blog: TestDriven.io Blog

web https://testdriven.io/
Author

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

Serving Static Files from Flask with WhiteNoise and Amazon CloudFront

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

This tutorial shows how to manage static files with Flask, WhiteNoise, and Amazon CloudFront.

Read More

Documenting Python Code and Projects

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

This article looks at why you should document your Python code and how to generate project documentation with Sphinx and OpenAPI.

Read More

Deploying a Django App to Google App Engine

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

This tutorial looks at how to deploy a Django application to Google App Engine.

Read More