django-planet

What's new in Django community blogs?

Finish Stripe Integration - Building SaaS with Python and Django #183

Feb. 22, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we completed the Stripe integration. I added all the necessary test code, incorporated the webhook for handling account activation, and wrote the view that Stripe needed to redirect to on successful signup.

Read More

Finish Stripe Integration - Building SaaS #183

Feb. 22, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we completed the Stripe integration. I added all the necessary test code, incorporated the webhook for handling account activation, and wrote the view that Stripe needed to redirect to on successful signup.

Read More

How to dockerize a Django, Preact, and PostgreSQL Application

Feb. 20, 2024 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Dockerizing your Django application can be intimidating, but the rewards outweigh the risks. In this guide, Charlie Macnamara walks you through the setup process so you can get the most out of your applications.

Read More

Weeknotes (2024 week 07)

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

Weeknotes (2024 week 07)This is a short weeknotes entry which mainly contains a large list of releases. The reason for the large list is that I haven’t published a weeknotes entry in weeks. Releases form-designer 0.23: Only small changes, mainly updated the package for current Django and Python versions. feincms3-cookiecontrol 1.4.6: A minor change: Swallow exceptions which happen during startup when clobbering the scripts data fails. As an aside: I find it funny that I have discovered t…

Read More

Django News - 10 Years of Wagtail - Feb 16th 2024

Feb. 16, 2024 » Django News » [Archived Version]

News Python 3.13.0 alpha 4 is now available Python 3.13 is still in development. This release, 3.13.0a4, is the fourth of six planned alpha releases. blogspot.com django-ckeditor Some notes about CKEditor 4 and how they impact the django-ckeditor package. 406.ch Django Software Foundation Django accessibility in 2023 and beyond The Django accessibility team has been up and running for three years and …

Read More

New talk, Know Your Limits: On Surviving Open Source

Feb. 15, 2024 » Carlton's latest posts. » [Archived Version]

Last week I was honoured to give a talk to the latest batch of Djangonauts. It’s called, Know Your Limits: On Surviving Open Source, and it’s just been published on the Djangonauts YouTube channel: YouTube: Know Your Limits: On Surviving Open Source  I talk about why you might want to do open source, some of the dangers, and what you might want to do about that. It’s just over 20 minutes (a quick 10 on 2x) and then there’s about the same of Q&A at the end. I really enjoyed the session, an…

Read More

Djangonaut Space 2024 Session 1 Midway Review

Feb. 15, 2024 » Better Simple » [Archived Version]

My recap of my experiences during the first half of Djangonaut Space Session 1.

Read More

django-ckeditor

Feb. 14, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]

django-ckeditor It has finally happened. The open source version of CKEditor 4 does not contain fixes for known problems, see the CKEditor 4.24.0 LTS announcement. I totally get why the CKEditor developers did this and can only thank them for all the work that went into the editor. I wish I didn’t have to do the migration work to move basically everything to a different editor. The CKEditor 4 LTS version is only expected to be supported until the end of 2026 and I have a few projects whic…

Read More

Django accessibility in 2023 and beyond

Feb. 11, 2024 » The Django weblog » [Archived Version]

Happy birthday, Django accessibility team! 🌈 The team has been up and running for three years, and is now looking for new members. With a lot happening in this space, we thought we were overdue for an update on what we’re up to. Django accessibility in 2023 We’re very happy with the work done to date. There have been a lot of efforts to improve the accessibility of core Django features such as forms, and of the administrative interface. Beyond Django core, there has also been progress on d…

Read More

Django: Join the community on Mastodon

Feb. 10, 2024 » Adam Johnson » [Archived Version]

Mastodon is a Twitter-like social network with a solid Django community presence. It’s a fantastic online arena for connecting with others, discovering news, discussing issues, and sharing FOMO-inducing conference photos. Historically, Twitter was the primary social network for the Django community, as for much of tech. But since Elon …

Read More