| in blog | Django News |
|---|---|
| original entry | Django News - Django 5.2 is here! - Apr 4th 2025 |
Efficiently remove a Django application from a multi-site Kubernetes cluster by identifying and deleting the relevant ingress, deployments, and namespaces before completing DNS, IaC, and database cleanups.
Tim Schilling writes a number of good talk ideas if you're still considering submitting to DjangoCon US for this fall.
Systematically enhance Django troubleshooting by leveraging built-in indicators, error reporting, and extensible tools like the Debug Toolbar to isolate and resolve issues.
From Jacob Kaplan-Moss, how to properly report a security issue in open source. A very important issue!
How to configure GitHub Actions to test experimental free-threaded CPython builds (GIL disabled) using various setup options, such as version suffixes, variables, and environment flags.