django-planet

What's new in Django community blogs?

Django News - Django 4.1.5 bugfix released - Jan 6th 2023

Jan. 6, 2023 » Django News » [Archived Version]

News Django bugfix release: 4.1.5 Django 4.1.5 fixes a bug in 4.1.4. Also, the latest string translations from Transifex are incorporated. djangoproject.com Stepping Down as Fellow Carlton Gibson, a Django Fellow since 2018, recently announced plans to step down later this year. noumenal.es WhiteNoise 6.3.0 Release WhiteNoise simplifies static file serving for Python (Django) apps. The most recent update wa…

Read More

Working With GraphQL and Django

Jan. 5, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

If you've ever wondered if there is a better way to build and consume APIs, you should check out GraphQL—it's better than REST in many cases. This article discusses how to work with GraphQL in Django.

Read More

Sentry - David Cramer

Jan. 4, 2023 » Django Chat » [Archived Version]

David is co-founder and CTO of Sentry, an open-source application monitoring and error tracking tool. We discuss building the early versions in Django, being self-taught, the advantages of middleware, next-generation hosting platforms, and general tips to avoid reinventing the wheel constantly in technology.

Read More

Django bugfix release: 4.1.5

Jan. 2, 2023 » The Django weblog » [Archived Version]

Today we've issued the 4.1.5 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 Mariusz Felisiak: 2EF56372BA48CD1B.

Read More

Django News - Happy Django New Year! - Dec 30th 2022

Dec. 30, 2022 » Django News » [Archived Version]

News Python Software Foundation - December 2022 Newsletter In case you missed the PSF's December Newsletter, you might want to check it out to see what is the latest information about what is going on with the PSF and PyCon US 2023. mailchi.mp Sponsored Link REVSYS We can help you with your project as experienced Django developers and consultants. Follow our open-source projects on GitHub at https://github.com/revsys to see what…

Read More

Neovim setup / Tisbury Treasure Hunt / django-stubs - Building SaaS #153

Dec. 29, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I updated and supercharged my editor by switching to Neovim. After that, we did an Exercism excercise that looked at Python tuples. Then I started on a new issues for my SaaS, but pivoted to adding django-stubs to improve the type hinting in the code.

Read More

Neovim setup / Tisbury Treasure Hunt / django-stubs - Building SaaS #153

Dec. 29, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I updated and supercharged my editor by switching to Neovim. After that, we did an Exercism excercise that looked at Python tuples. Then I started on a new issues for my SaaS, but pivoted to adding django-stubs to improve the type hinting in the code.

Read More

Asynchronous Tasks with Django and Celery

Dec. 22, 2022 » TestDriven.io » [Archived Version]

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

Read More

Django LMS - Sheena O'Connell

Dec. 21, 2022 » Django Chat » [Archived Version]

Sheena is the CTO of Umuzi, a South Africa non-profit that trains young people in technical skills. We discuss the curriculum, teaching real-world programming skills, and building an online LMS due to Covid.

Read More

Enum with `str` or `int` Mixin Breaking Change in Python 3.11

Dec. 21, 2022 » Anže’s Blog » [Archived Version]

A change in how Python handles `str` and `int` mixins in Enum classes might break your code when you upgrade to Python 3.11.

Read More