django-planet

What's new in Django community blogs?

Asynchronous Tasks with Flask and Celery

Feb. 17, 2022 » TestDriven.io » [Archived Version]

This tutorial looks at how to configure Celery to handle long-running tasks in a Flask app.

Read More

Upgrade to Tailwind CSS v3 - Building SaaS with Python and Django #127

Feb. 17, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I upgraded my app to switch from Tailwind CSS v2 to v3. We worked through the migration guide to make all the needed changes to work with v3. Then I upgraded my development tools to make Tailwind updates as I develop my templates.

Read More

Upgrade to Tailwind CSS v3 - Building SaaS #127

Feb. 17, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I upgraded my app to switch from Tailwind CSS v2 to v3. We worked through the migration guide to make all the needed changes to work with v3. Then I upgraded my development tools to make Tailwind updates as I develop my templates.

Read More

Django Deployments - Eric Matthes

Feb. 16, 2022 » Django Chat » [Archived Version]

Eric is the author of the new django-simple-deploy package which provides Django deployment in three steps. We discuss the deployment learning cliff, the ideal hosting platform, and maintaining his bestselling book Python Crash Course.

Read More

How did I get there?

Feb. 15, 2022 » Thomas Loiret - Random thoughts » [Archived Version]

A couple of tricks to understand the path taken to a certain point in the code.

Read More

PDFs in Django like it’s 2022!

Feb. 14, 2022 » /var/ - django » [Archived Version]

How to render PDFs in Django like it’s 2022!

Read More

Python Dependency Management

Feb. 10, 2022 » Anže’s Blog » [Archived Version]

Overview of common methods for managing Python dependencies

Read More

Running Django on DigitalOcean's App Platform

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

This article looks at how to deploy a Django application to DigitalOcean's App Platform.

Read More

Working with Static and Media Files in Django

Feb. 8, 2022 » TestDriven.io » [Archived Version]

This article looks at how to work with static and media files in a Django project, locally and in production.

Read More

Episode 16 - Setting Your Sites

Feb. 6, 2022 » Django on Matt Layman » [Archived Version]

On this episode, we look at how to manage settings on your Django site. What are the common techniques to make this easier to handle? Let’s find out! Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we dug into sessions and how Django uses that data storage technique for visitors to your site. How Is Django Configured? To run properly, Django needs to be configured.

Read More