django-planet

What's new in Django community blogs?

Integrating the Masonite ORM with FastAPI

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

This tutorial looks at how to use the Masonite ORM with FastAPI.

Read More

Creating a Custom User Model in Django

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

This article explains step-by-step how to create a custom user model in Django.

Read More

Django News - Django 4.2 Alpha 1 Released - Jan 20th 2023

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

News Django 4.2 alpha 1 released 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. djangoproject.com Git security vulnerabilities announced tl;dr Upgrade to the latest Git version as soon as possible. github.blog GitHub Copilot Litigation From November 2022 but still relevant. It is a class-a…

Read More

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