django-planet

What's new in Django community blogs?

Fixing the "Data for this panel isn't available anymore" error in Django Debug Toolbar

Sept. 19, 2023 » timonweb.com » [Archived Version]

Imagine this: you want to optimize your Django project's page loading times. To do this, you've installed the magnificent Django Debug Toolbar that will provide you with the necessary insight into how many queries your page generates. You click on the SQL panel in the Debug Toolbar, and... you get … Read now

Read More

Using Appsmith to build Pelican — A Pro 360° Dashboard

Sept. 18, 2023 » Instawork Engineering » [Archived Version]

Using Appsmith to build Pelican — A Pro 360° DashboardAs the saying goes, “with great power comes great responsibility”, when you build a powerful platform like Instawork that caters to the needs of millions of professionals and businesses, it comes with the responsibility to ensure their needs and issues are addressed promptly and effectively, ultimately leading to enhanced user experience and successful resolution of their enquiries.So, who takes on this responsibility?Instawork’s ever growin…

Read More

Django 5.0 alpha 1 released

Sept. 18, 2023 » The Django weblog » [Archived Version]

Django 5.0 alpha 1 is now available. It represents the first stage in the 5.0 release cycle and is an opportunity for you to try out the changes coming in Django 5.0. Django 5.0 brings a deluge of exciting new features which you can read about in the in-development 5.0 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 …

Read More

Introducing Fedidevs Posts

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

Discover the most favorited posts from developers on Mastodon with Fedidevs Posts.

Read More

Django News - Django 5.0 Feature Freeze Coming Soon - Sep 15th 2023

Sept. 15, 2023 » Django News » [Archived Version]

News Status of 5.0 alpha release. Last call for new Django 5.0 features. If you have a specific PR you would like prioritized, please let them know by Monday, September 18, 2023. djangoproject.com Updates to Django We are nearly at the 5.0 feature freeze and still so much is happening! Last week we had 11 pull requests merged into Django by 8 different contributors - including 2 first time contributors! Congratulations to Oguzhan Ak…

Read More

Django: Move a template tag library into builtins

Sept. 14, 2023 » Adam Johnson » [Archived Version]

Django’s template engine has an underappreciated builtins option that selects libraries to preload in every template. Making a library a builtin avoids the need for an explicit {% load %} tag whenever you use its tags or filters. Putting key libraries in builtins can shorten your templates and make development a …

Read More

Smooth Database Changes in Blue-Green Deployments

Sept. 14, 2023 » Django Beats » [Archived Version]

Mariusz Felisiak, a Django and Python contributor and a Django Fellow, explores how to make smooth blue-green deployments using advanced migration tools. Django on Fly.io is pretty sweet! Check it out: you can be up and running on Fly.io in just minutes. Blue-green deployment is a technique of releasing changes to a project by gradually transferring users to a new version. It provides an isolation between the current “blue” environment and the new “green” environment. B…

Read More

Reducing your Python app's memory footprint

Sept. 14, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Lower your Python app's memory consumption with these expert tips to deliver a more seamless user experience.

Read More

Django News - 2023 Django Developers Survey - Sep 8th 2023

Sept. 8, 2023 » Django News » [Archived Version]

News 2023 Django Developers Survey The DSF is partnering with JetBrains to run the 2023 Django Developers Survey. The survey is an essential metric of Django usage and helps guide future technical and community decisions and is open until October 1st, 2023, Anywhere on Earth (AoE). djangoproject.com Django security releases issued: 4.2.5, 4.1.11, and 3.2.21 These security releases address a potential denial of service vulnerability. We enc…

Read More

Solving Verticals

Sept. 8, 2023 » james.walters.click » [Archived Version]

A little while back, I did some freelancing with a couple of friends for a real estate investment firm. One of my friends knows these guys. They have a great business, but the place where they were falling down was keeping investors in the loop on how things were developing …

Read More