django-planet

What's new in Django community blogs?

Legal and Stripe - Building SaaS with Python and Django #179

Jan. 4, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we took care of the legal obligations of the site by setting up Terms of Service and a Privacy Policy page. Then we moved on to the next portion of signup, which is to configure Stripe to create customers and prepare, ultimately, to accept subscription payments.

Read More

Staging environments on the Fly with GitHub actions

Jan. 4, 2024 » Django Beats » [Archived Version]

Mariusz Felisiak, a Django and Python contributor and a Django Fellow, explores how to create staging environments on the Fly.io with GitHub actions. Django on Fly.io is pretty sweet! Check it out: you can be up and running on Fly.io in just minutes. Creating staging environments for testing changes to our apps can be a challenge. This article shows how to use GitHub actions to smoothly create a separate staging environment for each pull request using the fly-pr-review-apps action, which will …

Read More

Legal and Stripe - Building SaaS #179

Jan. 4, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we took care of the legal obligations of the site by setting up Terms of Service and a Privacy Policy page. Then we moved on to the next portion of signup, which is to configure Stripe to create customers and prepare, ultimately, to accept subscription payments.

Read More

Weeknotes (2024 week 01)

Jan. 3, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]

Weeknotes (2024 week 01)First weeknotes post for 2024! Happy new year! Looking back on 2023 Writing I have published almost 40 posts last year. That’s almost as many posts as I published in the time period from 2014 to 2023. Coworking to write more does work. I already had a quite active blog from 2005 to 2008 with a few posts after that; everything before 2014 was in german and mainly concerned with green politics and climate change. I’m still very interested in these topics but I …

Read More

PostgreSQL: Full text search with the “websearch” syntax

Jan. 3, 2024 » Adam Johnson » [Archived Version]

PostgreSQL’s powerful full text search feature supports several query syntaxes. Of these, a website search feature should typically pick the websearch syntax. websearch copies some features from popular search engines, as covered below, offering familiar short syntax to users. It is also forgiving and will never raise a syntax …

Read More

Django bugfix releases issued: 4.2.9 and 5.0.1

Jan. 2, 2024 » The Django weblog » [Archived Version]

Today we've issued 5.0.1 and 4.2.9 bugfix releases. The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.

Read More

No Downtime Deployments with Gunicorn

Jan. 2, 2024 » Anže’s Blog » [Archived Version]

This article shows how to achieve zero-downtime deploys of your Django, Flaks, or FastAPI app using only Gunicorn. It explains how to reload the Gunicorn process with the -HUP signal using systemd or the kill command directly making sure no requests are dropped during the upgrade.

Read More

DjangoCon Europe 2024 CFP Now Open

Jan. 1, 2024 » The Django weblog » [Archived Version]

It's a new year. What better way to start it than submitting your talk or workshop for DjangoCon Europe 2024, in beautiful Vigo, Spain? The Call for Proposals (CFP) is open now, and will be until midnight on February 29th. That's two whole months, but you don't have to leave it to the last minute: DjangoCon Europe 2024, Vigo CFP We're looking for a range of talks on technical and non-technical topics. We're looking for talks accessible to all skill levels, and we're looking for submissions from…

Read More

My 2023 in review

Dec. 30, 2023 » Paolo Melchiorre » [Archived Version]

The review of my 2023, trying to remember all the things done in this year, in which more than anyone I met many fantastic people and visited new countries.

Read More

2023 - My year in review

Dec. 30, 2023 » Better Simple » [Archived Version]

A look back at my efforts in 2023.

Read More