django-planet

What's new in Django community blogs?

The Fanout Pattern Explained

Dec. 6, 2023 » Better Simple » [Archived Version]

A brief overview of the fanout pattern that's commonly used in Celery.

Read More

Switch an Existing Python Project To Ruff

Dec. 1, 2023 » Django on Matt Layman » [Archived Version]

On a recent Building SaaS stream, we switched from using flake8, Black, isort, and bandit completely over to a single tool, Ruff. Watch an experienced Pythonista work through many of the options and do a full conversion to this powerful tool

Read More

Switch an Existing Python Project To Ruff

Dec. 1, 2023 » Django on Matt Layman » [Archived Version]

On a recent Building SaaS stream, we switched from using flake8, Black, isort, and bandit completely over to a single tool, Ruff. Watch an experienced Pythonista work through many of the options and do a full conversion to this powerful tool

Read More

Weeknotes (2023 week 48)

Nov. 30, 2023 » Matthias Kestenholz: Posts about Django » [Archived Version]

Weeknotes (2023 week 48)A few weeks have passed since the last update. The whole family was repeatedly sick with different viruses etc… I hope that the worst is over now. Who knows. 12-factor Django storage configuration I should maybe write a longer and separate post about this, but speckenv has gained support for the Django STORAGES setting. No documentation yet, but it supports two storage backends for now, the file system storage and django-s3-storage, my go-to library for S3-compati…

Read More

Message Parsing and Ruff - Building SaaS with Python and Django #176

Nov. 30, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we finished off the core portion of the application by parsing entries out of the messages sent back by SendGrid. We set up the Heroku Scheduler to start the daily flow of emails to get the system started. After completing that, I set up the project to use Ruff instead of the collection of tools used previously.

Read More

Message Parsing and Ruff - Building SaaS #176

Nov. 30, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we finished off the core portion of the application by parsing entries out of the messages sent back by SendGrid. We set up the Heroku Scheduler to start the daily flow of emails to get the system started. After completing that, I set up the project to use Ruff instead of the collection of tools used previously.

Read More

Pelican 4.9: classless Simple theme with semantic HTML

Nov. 29, 2023 » Paolo Melchiorre » [Archived Version]

Introducing the updated version of the “Simple” theme in the new Pelican 4.9 version, with semantic and classless HTML and customizable out-of-the-box.

Read More

What is the Django Web Framework?

Nov. 27, 2023 » The PyCharm Blog » [Archived Version]

In this blog post, we’ll introduce you to web frameworks and explore what they are and why they’re vital if you want to develop apps rapidly without compromising on security. More importantly, we’ll explain exactly what the Django web framework is – an open-source web framework for building web applications using Python. Whether you’re a […]

Read More

2024 Django Software Foundation board nomination

Nov. 26, 2023 » Paolo Melchiorre » [Archived Version]

My self-nomination statement for the 2024 Django Software Foundation (DSF) board of directors elections

Read More

Database generated columns⁽²⁾: Django & PostgreSQL

Nov. 23, 2023 » Paolo Melchiorre » [Archived Version]

An introduction to database generated columns, using PostgreSQL and the new GeneratedField added in Django 5.0.

Read More