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 Update04.17.2025
Posts117

Continuously Deploying Django to Linode with Docker and GitHub Actions

Sept. 2, 2022 » TestDriven.io » [Archived Version]

In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to Linode.

Read More

Integrating Mailchimp with Django

Aug. 10, 2022 » TestDriven.io » [Archived Version]

This article looks at how to integrate Mailchimp with Django for newsletters and transactional emails.

Read More

Class-based vs Function-based Views in Django

Aug. 1, 2022 » TestDriven.io » [Archived Version]

This article looks at the differences between Django's class-based views (CBV) and function-based views (FBV).

Read More

Guide to Unit Testing Vue Components

July 19, 2022 » TestDriven.io » [Archived Version]

This article serves as a guide for unit testing Vue components.

Read More

Django Stripe Subscriptions

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

This tutorial looks at how to handle subscription payments with Django and Stripe.

Read More

Python Project Workflow

May 6, 2022 » TestDriven.io » [Archived Version]

This article looks at how to configure GitHub Actions to distribute a Python package to PyPI and Read the Docs.

Read More

Async Views in Django

April 26, 2022 » TestDriven.io » [Archived Version]

This tutorial looks at how to get started with Django's asynchronous views.

Read More

Running Python in the Browser with WebAssembly

April 15, 2022 » TestDriven.io » [Archived Version]

In this tutorial, you'll build a Python code editor in the browser using WebAssembly (WASM), via Pyodide, and CodeMirror.

Read More

Permissions in Django

April 11, 2022 » TestDriven.io » [Archived Version]

This article looks at how to leverage Django's default permission system to assign permissions to users and groups.

Read More

Rapid Prototyping with Django, htmx, and Tailwind CSS

April 3, 2022 » TestDriven.io » [Archived Version]

This tutorial looks at how to add htmx and Tailwind CSS to Django to reduce the amount of time it takes to create and style an interactive front-end.

Read More