django-planet

What's new in Django community blogs?

Python Exercism Exercises / Template Updates - Building SaaS with Python and Django #158

April 20, 2023 » Django on Matt Layman » [Archived Version]

In this episode, I went through a few quick exercises on Exercism in the Python track. Then I returned to the features I’m developing that displays course resources connected to tasks in my homeschool app.

Read More

Python Exercism Exercises / Template Updates - Building SaaS #158

April 20, 2023 » Django on Matt Layman » [Archived Version]

In this episode, I went through a few quick exercises on Exercism in the Python track. Then I returned to the features I’m developing that displays course resources connected to tasks in my homeschool app.

Read More

Citus Con 2023

April 17, 2023 » Paolo Melchiorre » [Archived Version]

An Event for Postgres is a free and virtual developer event organized by the Postgres team at Microsoft Azure.

Read More

PyCon DE 2023

April 17, 2023 » Paolo Melchiorre » [Archived Version]

PyConDE & PyData Berlin 2023, Berlin Germany. Where Pythonistas in Germany can meet to learn about new and upcoming Python libraries, tools, software and data science.

Read More

Announcement of 5.x Technical Board Election Registration

April 16, 2023 » The Django weblog » [Archived Version]

The release of Django 4.2 represents the final feature release of a major release series of Django. Per DEP-0010 this release triggers the election for the Technical board for the Django 5.x release cycle. All individual DSF members are automatically registered electors. If you are not a DSF member and would like to apply to vote you need to register here. The process of electing a new Technical Board will be: Registration of Electors is now open, and will close Friday April 21, 2023 AoE. Regi…

Read More

Django REST Framework Basics

April 14, 2023 » TestDriven.io » [Archived Version]

This article serves as an introduction to Django REST Framework, focusing on serializers, views, and routers.

Read More

Django News - htmx 1.9.0 released - Apr 14th 2023

April 14, 2023 » Django News » [Archived Version]

News htmx 1.9.0 has been released! htmx 1.9.0 has been released, which includes new features such as support for view transitions and generalized inline event handling via the new hx-on attribute, as well as improvements and bug fixes. htmx.org PSF News: The EU's Proposed CRA Law May Have Unintended Consequences for the Python Ecosystem The PSF has expressed concerns about the proposed Cyber Resilience Act and Product Liability Act, statin…

Read More

Running tasks concurrently in Django asynchronous views

April 13, 2023 » Django Beats » [Archived Version]

Mariusz Felisiak, a Django and Python contributor and a Django Fellow, explores how to use recent async improvements in Django to run multiple async tasks in an asynchronous view! Django on Fly.io is pretty sweet. Check out how you can be up and running on Fly.io in just minutes. Async support has really been improving and expanding in Django! Since Django 3.0 with the addition of ASGI support (Asynchronous Server Gateway Interface) there has been a steady march of improvements that bring Djan…

Read More

Multiple storages for the same FileField in Django

April 11, 2023 » /var/ - django » [Archived Version]

Using multiple file storages from the same FileField in Django

Read More

Insecurely Copying Text in Javascript

April 11, 2023 » james.walters.click » [Archived Version]

I've been working on an internal web app at my job for our call and chat agents. There's some text provided there that agents commonly need to copy and paste. I thought it might be nice to write a bit of scripting to automatically copy these bits of text to …

Read More