Jan. 12, 2024 » Django News » [Archived Version]
Django Software Foundation DSF membership now recognizes a much broader range of contributions to Django The Django Software Foundation has updated its bylaws to represent better who may be a member. djangoproject.com DSF Board 2024 Elections – New board members 👋 Following the 2024 DSF Board Election Results, here are quick introductions from our two new board members, Sarah Abderemane and Thibaud Colas. djangoproject.com …
Read MoreJan. 10, 2024 » The Django weblog » [Archived Version]
Recently, the DSF made some changes to our bylaws to change the definition of DSF Membership. You can read the legalese of the new language in the meeting minutes for the October 12 board meeting, but here’s the short version: previously, individual membership required contribution of intellectual property (e.g. code or documentation) we’ve changed it so that individual membership now recognizes broader contributions to the DSF’s mission. That still includes code and docs, but now also includes…
Read MoreJan. 10, 2024 » Django Beats » [Archived Version]
In this post, we demonstrate how to use Fly Machines to run Django Views as Serverless Functions. Django on Fly.io is pretty sweet! Check it out: you can be up and running on Fly.io in just minutes. In my last post, we ran custom Django commands as serverless functions by defining a new process to run within a Machine. This article continues our series transforming our Django views into serverless functions by defining a service. But first, let’s understand some concepts …
Read MoreJan. 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 MoreJan. 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 MoreJan. 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 MoreJan. 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 MoreJan. 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 MoreJan. 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 MoreJan. 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