django-planet

What's new in Django community blogs?

Launch Preparation - Building SaaS with Python and Django #167

Aug. 3, 2023 » Django on Matt Layman » [Archived Version]

In this episode, I started working through the set of issues that I previously identified as necessary to complete before launching the service on Heroku. We add history tracking, soft deletion for the user model, and integration with SendGrid.

Read More

Launch Preparation - Building SaaS #167

Aug. 3, 2023 » Django on Matt Layman » [Archived Version]

In this episode, I started working through the set of issues that I previously identified as necessary to complete before launching the service on Heroku. We add history tracking, soft deletion for the user model, and integration with SendGrid.

Read More

Django bugfix release: 4.2.4

Aug. 1, 2023 » The Django weblog » [Archived Version]

Today we've issued the 4.2.4 bugfix release. The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Natalia Bidart: 2EE82A8D9470983E.

Read More

Textual App Auto Reload

Aug. 1, 2023 » Anže’s Blog » [Archived Version]

How to automatically reload your Textual app when code changes occur

Read More

Django News - Django/PyCharm Campaign Extended to July 31st - Jul 28th 2023

July 28, 2023 » Django News » [Archived Version]

News Django + PyCharm Campaign Extended to July 31st You get a 30% discounted year of PyCharm, AND the Django Software Foundation gets 100% of the proceeds. Plus, get one free month of access to JetBrains Academy, which has courses like Intro to Django, SQL, Git, and more! jetbrains.com Updates to Django Updates to Django From Django Review and Triage Team Member Sarah Boyce. Last week we had 16 pull requests merged into Django by 1…

Read More

Sentry Setup - Building SaaS with Python and Django #166

July 27, 2023 » Django on Matt Layman » [Archived Version]

In this episode, I finished the email sending job, then determined which issues will be needed before launching the product. Once we crafted the short list, I added an integration with Sentry.

Read More

Sentry Setup - Building SaaS #166

July 27, 2023 » Django on Matt Layman » [Archived Version]

In this episode, I finished the email sending job, then determined which issues will be needed before launching the product. Once we crafted the short list, I added an integration with Sentry.

Read More

A Quiet Summer 🏝️

July 26, 2023 » Carlton's latest posts. » [Archived Version]

I’m not doing much this summer. I had various plans. More or less, they’re on hold. I’m pottering in the background as ever, but nothing public to show currently. My son’s illness, that I’ve written about several times, is ongoing. Self-care is the top priority, and so it’s batten down the hatches. It’s been a long year. I’m hoping things settle down for the autumn. Hoping for normal service to be resumed then.

Read More

Django News - DjangoCon US and AU 2023 programs are up! - Jul 21st 2023

July 21, 2023 » Django News » [Archived Version]

News Python Web Conf 2023 Talks + Tutorials available on YouTube Watch 80 talks, tutorials, and socials from Python Web Conf 2023 on Six Feet Up's YouTube channel. Explore videos about Python, Django, Kubernetes, AI/ML, Big Data, CI/CD, Serverless, Security, Climate Tech, and more. youtube.com PyCharm & DSF Campaign 2023 Each year, our friends at JetBrains, the creators of PyCharm, run an incredible deal. You get a 30% discounted year …

Read More

Email Templates - Building SaaS with Python and Django #165

July 20, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we added the prompt email that will be the primary way of connecting to users for our email-based journaling service. I spent a fair amount of time thinking about copy writing to craft a compelling email that will resonate with users. Also, I made a bunch of silly mistakes and to keep correcting myself, so this is a good example of programming humility too.

Read More