django-planet

What's new in Django community blogs?

The Fastest Way to Build a Read-only JSON API

Jan. 16, 2023 » Anže’s Blog » [Archived Version]

A short story on how I managed to not overengineer a read-only JSON API.

Read More

Django News - DjangoCon Edinburgh May 29th - June 2nd - Jan 13th 2023

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

News DjangoCon Europe is coming to Edinburgh! The website is completed and up now. Dates are May 29th - June 2nd with a Call for Proposals coming soon. djangocon.eu Python 3.12.0 alpha 4 released Python 3.12 is still in development and this is the fourth of seven planned alpha releases. blogspot.com PSF News: Starting 2023 with momentum, thanks to you! The PSF ended their year-end fundraiser and membership …

Read More

Django/DRF: how to authenticate a user in tests?

Jan. 8, 2023 » Thomas Loiret - Random thoughts » [Archived Version]

What are the different options to log a user in tests?

Read More

import __hello__

Jan. 7, 2023 » Anže’s Blog » [Archived Version]

The `import __hello__` easter egg in Python.

Read More

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