django-planet

What's new in Django community blogs?

Understanding Python Decorators thanks to Django

Oct. 14, 2024 » Josh Karamuth » [Archived Version]

Master Python decorators by dissecting ones provided by Django

Read More

DSF initiatives I’d like to see

Oct. 13, 2024 » Better Simple » [Archived Version]

Following Sarah Boyce's lead, here's my list of DSF initiatives I'd like to see for 2024.

Read More

A script to "Modernize" your Linux CLI

Oct. 13, 2024 » Josh Karamuth » [Archived Version]

Use this script to install modern CLI tools for Linux

Read More

I moved my blog from Ghost to Astro

Oct. 12, 2024 » Josh Karamuth » [Archived Version]

Learn about the benefits of publishing with Astro instead of Ghost

Read More

Django News - Python 3.13 and Django 5.1.2 bugfix released - Oct 11th 2024

Oct. 11, 2024 » Django News » [Archived Version]

News Django bugfix release issued: 5.1.2 Three new bugfixes in the latest release. As always, the best security policy is being on the latest version of Django. djangoproject.com Python 3.13.0 released The official release for Python 3.13 and a listing of new and deprecated features. What's New in Python 3.13 is a detailed look at all the new features. python.org Python Insider: Python 3.12.7 released The …

Read More

Thinking about architecture

Oct. 11, 2024 » django-simple-deploy - Mostly Python » [Archived Version]

MP 117: How often do you write a new, moderately complex library from scratch?Note: Our power was just restored yesterday afternoon, so we ended up going 12 days without power or running water. Internet service is still a week or two away. I've been able to get

Read More

My Django wishlist explained

Oct. 11, 2024 » LevIT's blog - posts tagged with 'Django' » [Archived Version]

Recently Andy Miller - AKA nanorepublica posted in various media about missing Django batteries, including but not limited to this forum thread and articles series. He's not the only one, I have seen similar posts from several other people in my circles. Here I'll try to explain my take on the original forum question

Read More

Show Django flash messages as toasts with Htmx

Oct. 11, 2024 » Josh Karamuth » [Archived Version]

Learn how to display Django messages as user friendly toasts with Htmx

Read More

How I do Django APIs in PyCharm

Oct. 10, 2024 » The PyCharm Blog » [Archived Version]

I learn so much from watching conference talks, especially live, when I’m vibing with the crowd. But sometimes I watch and think: “Wow, I wish I could show you how awesome that would be in PyCharm.” That just happened. Here’s the explainer, with a little special something at the end. Hello, DjangoConf I recently attended […]

Read More

Build an intuitive CLI app with Python argparse

Oct. 10, 2024 » Josh Karamuth » [Archived Version]

Learn how to use Python's built-in argparse library to build an intuitive CLI app

Read More