django-planet

What's new in Django community blogs?

Django: Fuss-free use of Homebrew GDAL/GEOS libraries on macOS

March 20, 2024 » Adam Johnson » [Archived Version]

GeoDjango requires the GDAL and GEOS spatial libraries. On macOS, you can use Homebrew to install these, but they won’t be picked up by default since they live in a non-default library directory, /opt/homebrew/lib. Django will fail to start with an exception: Traceback (most recent call last …

Read More

Talking about Django's history and future on Django Chat

March 20, 2024 » django on Jacob Kaplan-Moss » [Archived Version]

I was on the Django Chat podcast to about Django’s history, the creation of the DSF, my recent return to the DSF board and my goals there, and the things I’m excited about for Django going forward. Here are some highlights from the interview.

Read More

Track Hubspot Events in a React SPA

March 20, 2024 » Josh Karamuth » [Archived Version]

Learn how to use Hubspot to track user activity when using client side routing in React.

Read More

Podcasts I like listening to

March 18, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]

Podcasts I like listening toI discovered listening to podcasts about one year ago. Previously, I never knew why anyone would want to listen to people talk when they could listen to music or nothing, but that has changed a bit. So, here’s a list of podcasts I’m currently listening to on a regular basis. Tech Won’t Save Us I have recently stumbled over Tech Won’t Save Us, a Podcast which is critical of the technological “progress” offered by Silicon Valley elit…

Read More

I made a YouTube video!

March 18, 2024 » Anže’s Blog » [Archived Version]

I made a video of me deploying a new Django project to my Raspberry Pi.

Read More

Weeknotes (2024 week 11)

March 16, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]

Weeknotes (2024 week 11)Estimates Jacob wrote an excellent post on breaking down tasks. I did like the post a lot. Maybe I’ll write a longer reply later, but for now just this. There definitely are good reasons for the pushback against estimation, and it’s really not just that some people lack professionalism. Releases django-cabinet 0.14.1: Mini release containing a Turkish translation. It’s always nice if software is used. feincms3 4.6: Fixed a bug where the move form…

Read More

Django News - NGI Zero Grant for django-allauth - Mar 15th 2024

March 15, 2024 » Django News » [Archived Version]

News Python Insider: Python 3.13.0 alpha 5 is now available Python 3.13 is still in development. This release, 3.13.0a5, is the fifth of six planned alpha releases. python.org PyPI: Malware Reporting Evolved PyPI now has a new, improved way to report malware, using a "Report project as malware" button to project pages. pypi.org Updates to Django Today 'Updates to Django' is presented by Pradhvan from…

Read More

Pybites Podcast #155

March 14, 2024 » Paolo Melchiorre » [Archived Version]

Episode 155 of Pybites podcast with the title “Django, Open Source & Pycon Conferences, Paolo Melchiorre’s Developer Odyssey”

Read More

django-prose-editor – Prose-editing component for the Django admin

March 13, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]

django-prose-editor – Prose-editing component for the Django adminDuring the last few days I have been working on a prose-editing component for the Django admin which will replace the basically dead django-ckeditor in all of my projects. It is based on ProseMirror, in my opinion the greatest toolkit for building prose editors for the web. Here’s a screenshot: django-prose-editor is in active development; it’s available on PyPI and is developed in the open here on GitHub. The versio…

Read More

How to get your issue looked at quickly

March 13, 2024 » Carlton's latest posts. » [Archived Version]

Do the work. Add a test. Seriously. You come to the repo with a description. It’s maybe plausible. But TBH I don’t know. Sure it’s my project, I know it as well as anyone. But I can’t just intuit from the ether every possible interaction along every possible code path. As it stands I need to put quite a lot of work in to verify your issue. You might give me a sample project. It’s so rarely just pull and run. (Or worse you gave a docker project, for which I no longer have the life force left …

Read More