django-planet

What's new in Django community blogs?

Deploying a Django application on Ubuntu

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

Do you need complete control over your production environment? If so, you might want to skip the Platform as a Service (PaaS) offerings and deploy to your own server instead. This article describes deploying a Django application to an Ubuntu server at Linode.

Read More

Multi-Region Python Applications

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

This article shows at how to enable multi-region support in a Python application.

Read More

Foxley Talent - Jon Gould

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

Jon is a longtime Django/Python recruiter who runs Foxley Talent. We discuss how to stand out to recruiters and companies, current trends in the market, and giving back to the Django community.

Read More

Django 4.2 alpha 1 released

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

Django 4.2 alpha 1 is now available. It represents the first stage in the 4.2 release cycle and is an opportunity for you to try out the changes coming in Django 4.2. Django 4.2 has a farrago of new features which you can read about in the in-development 4.2 release notes. This alpha milestone marks the feature freeze. The current release schedule calls for a beta release in about a month and a release candidate about a month from then. We'll only be able to keep this schedule if we get early a…

Read More

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