What's new in Django community blogs?

How to Connect Django With MongoDB

Jan. 9, 2024 » The PyCharm Blog » [Archived Version]

One of the most popular web frameworks, Django, has adopted the “batteries included” philosophy. This means that you can build a production-ready application using only the vanilla Django with no extensions or other frameworks. Even the database SQLite is available out of the box. SQLite is great for learning and developing small applications, but has […]

Read More

DSF Board 2024 Elections – New board members 👋

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

Following our 2024 DSF Board Election Results, here are quick introductions from our two new board members, Sarah Abderemane and Thibaud Colas, elected for a two-year term for 2024-2025. Collage: Sarah on the left, smiling, in the Versailles Hall of Mirrors. Thibaud on the right, in a field, looking in the distance with a boy on his shoulders. Sarah Abderemane Sarah Abderemane, also known as sabderemane, is a software developer in France. She currently works at Kraken Tech…

Read More

Django News - Django bugfix releases issued: 4.2.9 and 5.0.1 - Jan 5th 2024

Jan. 5, 2024 » Django News » [Archived Version]

News Django bugfix releases issued: 4.2.9 and 5.0.1 Django 5.0.1 fixes eight different bugs in 5.0. djangoproject.com DjangoCon Europe 2024 CFP Now Open The Call for Proposals (CFP) is open now, and will be until midnight on February 29th. djangoproject.com django CMS 4.1 is here! - django CMS django CMS 4.1 brings a brand new approach to content management. Bringing version control, improved front end edit…

Read More

Unlock Early Savings: Early Bird Tickets for DjangoCon Europe 2024 Now Available!

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

You can take advantage of our Early Bird ticket sale for DjangoCon Europe 2024. By purchasing your tickets early, you not only guarantee your attendance at one of the most exciting Django events but also enjoy significant savings. Buy tickets on the conference website Why Go Early? You can secure your tickets at a special Early Bird rate, providing exceptional value for your conference experience. Also, your early commitment goes a long way in supporting the success of DjangoCon Europe 2024. It…

Read More

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 don’t feel a…

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