What's new in Django community blogs?

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 of P…

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

Tips for upgrading Python/Django versions in existing apps

July 20, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Unlock the power of the latest Python and Django versions with expert tips for seamlessly upgrading your existing apps.

Read More

Email Templates - Building SaaS #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

EuroPython 2023

July 19, 2023 » Paolo Melchiorre » [Archived Version]

EuroPython is the official European conference for the Python programming language.

Read More

Django REST Framework Authentication with Auth.js

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

This tutorial looks at how to add authentication to Django REST Framework and integrate it with Auth.js.

Read More

Django News - 10 Merged PRs into Django Core This Week! - Jul 14th 2023

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

News Python 3.12.0 beta 4 released Python 3.12.0 beta 4 is the final of four beta release previews. We strongly encourage maintainers of third-party Python projects to test with 3.12 during the beta phase and report issues found to [the Python bug tracker (https://github.com/python/cpython/issues) as soon as possible. blogspot.com Updates to Django Updates to Django From Djangonaut Program Member Anvansh Singh. Last week, the Django…

Read More

PyCharm 2023.2 EAP 5: Black Formatter Integration, Endpoints Tool Window for Django REST Framework

July 13, 2023 » The PyCharm Blog » [Archived Version]

This EAP build includes the Black formatter integration, a new Endpoints tool window for Django REST framework, the Run Anything tool to quickly run anything or create a new run configuration, support for installing dependencies from pyproject.toml, inlay parameter name hints, and much more. To catch up on all of the new features PyCharm 2023.2 […]

Read More

Internationalization and Localization with Django (-model-translations) @Instawork

July 12, 2023 » Instawork Engineering » [Archived Version]

At Instawork, we want to create economic opportunity for all workers, and not just those who speak English. To do so, language must not be a barrier; localization of the app to support the 14% Spanish speaking population in the United states is a key first step. However, Spanish is but one of many languages spoken across the globe; to truly achieve our objective, we need not one-off efforts, but instead a scalable process to localize the app for many regions and languages.Here, we’ll go over ou…

Read More