django-planet

What's new in Django community blogs?

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

Django News - Django security releases issued: 5.0.3, 4.2.11, and 3.2.25 - Mar 8th 2024

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

News Django security releases issued: 5.0.3, 4.2.11, and 3.2.25 A new security release addressing a potential regular expression denial-of-service. As always, the best security measure is to stay up-to-date with the latest version of Django. djangoproject.com Google Summer of Code 2024 Django is once again part of Google's Summer of Code. This long-running program has resulted in many key contributions to Django over the years. w…

Read More

Do It Live - Building SaaS with Python and Django #185

March 8, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we deployed all our user setup and Stripe configuration change to the live site and tested the new flows end to end. Along the way, we found a bug in djstripe as well as some final bugs in the JourneyInbox configuration that prevented things from working. This is why you test!

Read More

Final Pre-live Features - Building SaaS with Python and Django #184

March 7, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we completed the final features needed to get the site open for others to sign up. This included some dynamic limiting of the number of people allowed to sign up. We also had to add the template styling for the login page.

Read More