django-planet

What's new in Django community blogs?

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

Serverless Functions in Django With Fly Machines

Nov. 23, 2023 » Django Beats » [Archived Version]

In this post we demonstrate how to use Fly Machines to run Serverless Functions using Django custom commands. Django on Fly.io is pretty sweet! Check it out: you can be up and running on Fly.io in just minutes. In the Serverless model, despite the name, there are still servers under the hood. Serverless is a broader concept that encompasses various cloud computing services where we don’t manage the infrastructure. Instead, it’s abstracted away from us - and we like that! The cloud…

Read More

DevFest Pescara 2023

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

GDG DevFest Pescara brings together world-class experts in Android, Web, Cloud, and Machine Learning technologies to Pescara for 2 days of sessions, workshops and showcases.

Read More

Parse Inbound Email - Building SaaS with Python and Django #175

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

In this episode, we switched to the inbound side and parsed an email to transform it into a journal entry. This caused us to look into the dateutil library and look at Python’s standard email module to use EmailMessage.

Read More

Parse Inbound Email - Building SaaS #175

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

In this episode, we switched to the inbound side and parsed an email to transform it into a journal entry. This caused us to look into the dateutil library and look at Python’s standard email module to use EmailMessage.

Read More