django-planet

What's new in Django community blogs?

What Django Deployment is Really About

Jan. 29, 2023 » james.walters.click » [Archived Version]

Django has this reputation for being hard to deploy. I don't think that's really true. I think that people haven't taken the time to explain to beginners the concepts you're thinking about when it comes to deployment. We focus so much on teaching people how to build apps in Django …

Read More

Django News - Bleach derecation - Jan 27th 2023

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

News Bleach 6.0.0 release and deprecation Bleach, the Python library for sanitizing and linkifying text in HTML, released 6.0.0 and was deprecated because html5lib is no longer actively maintained. bluesock.org The PSF is hiring a Security Developer-in-Residence! The Python Software Foundation (PSF) is happy to announce the launch of a year-long security enhancement initiative that will include a security audit and the creation of a new Se…

Read More

The Road Less Traveled: Understanding XPaths

Jan. 26, 2023 » james.walters.click » [Archived Version]

The other day I started writing a web automation tool to do some chores for me at work. This was my first time using Selenium, a handy dandy library for driving web browsers in code. When it comes to getting a hold of elements in the page you want to …

Read More

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