Jan. 19, 2025 » » [Archived Version]
Run production Django sites with SQLite to reduce server costs and network latency.
Read MoreJan. 19, 2025 » » [Archived Version]
How to promote your open-source library as a developer to other developers.
Read MoreJan. 19, 2025 » » [Archived Version]
How to optimize Django ORM queries to improve site performance.
Read MoreJan. 17, 2025 » Matthias Kestenholz: Posts about Django » [Archived Version]
Django admin tip: Adding links to related objects in change forms Any issue which came up on the Django Forum and Discord is how to add links to other objects to the Django administration interface. It’s something I’m doing often and I want to share the pattern I’m using. It’s definitely not rocket science and there are probably better ways to do it, but this one works well for me. Method 1: Override the change form template In one project users can be the editor of exac…
Read MoreJan. 17, 2025 » Django News » [Archived Version]
News Django security releases issued: 5.1.5, 5.0.11, and 4.2.18 Several new security updates. As ever, you should endeavor to be on the latest version of Django for security reasons. djangoproject.com Django 5.2 alpha 1 released Django 5.2 alpha 1 is now available. It represents the first stage in the 5.2 release cycle and is an opportunity for you to try out the changes coming in Django 5.2. djangoproject.com Pyth…
Read MoreJan. 17, 2025 » Django on Matt Layman » [Archived Version]
In this episode, we continued on the sign up workflow simplification. The focus of this stream was on adding the background task that will send the magic link email to allow sign in. This is the second half of the stream because my internet cut out.
Read MoreJan. 17, 2025 » Django on Matt Layman » [Archived Version]
In this episode, we continued on the sign up workflow simplification. The focus of this stream was on adding the background task that will send the magic link email to allow sign in.
Read MoreJan. 16, 2025 » The Django weblog » [Archived Version]
Hello Django community! The Steering Council is officially in action and we want to give you a heads up on a change we're making for the short-term. The process for formal Steering Council votes (documented in DEP 10) has not been working. It's our goal for the community to refresh Django's governance during the upcoming release cycle. In order to allow us to move forward now, and under supervision of the DSF Board, we are suspending use of the +1, 0, -1 public voting system in cases where a St…
Read More