Django Software Foundation
Announcing DSF Working Groups
Previously, you more or less needed to be a board member to help; now, anyone can join — or form — a working group to further the DSF’s mission.
2024 DSF Board Nominations
Nominations are open for the 2024 Django Software Foundation Board of Directors. Anyone can apply.
Djangonaut Space now accepting applications for our next contributor mentorship cohort
Apply for an 8-week group mentoring program where individuals will work self-paced in a semi-structured learning environment to contribute to Django. The deadline to apply is November 15th, 2023.
Nominations for 2023 Malcolm Tredinnick Memorial Prize
An annual monetary prize awarded to the person who best exemplifies the spirit of Malcolm’s work in the Django community.
Updates to Django
Last week we had 9 pull requests merged into Django by 6 different contributors - including 1 first time contributor! Congratulations to lufafajoshua for having their first commit merged into Django - welcome on board!
This week mostly featured a number of small documentation and test improvements. Though a 14 year old bug also got closed!
Previously a query string (which is used to pre-fill the form) would be lost when using "Save and continue/add another" in the admin (#12241) - but now this is fixed! Congratulations to Mariana for pushing this over the line! 🎉
To everyone participating in the sprints at DjangoCon US and online - I hope you all have an amazing time!
Articles
Forum
Best practices for dealing with slow performance
A deep discussion of various performance issues in Django.
ElasticSearch Quality Inside PostgreSQL? ParadeDB Introduces pg_bm25
A fascinating new development around search...
Events
Announcing DjangoCon Europe 2024 in Vigo, Spain!
Save the Dates. DjangoCon Europe 2024 will be held from June 5th to 9th. The conference will host a balanced mix of insightful talks, hands-on workshops, and ample opportunities for networking and socializing with fellow Django enthusiasts.
Videos
Daan Vielen: The journey of a Django app: from startup, to scale up, to enterprise - Django Day 2023
A talk on the journey of scaling a Django application from startup to millions of users and an eventual acquisition by Box.
Privilege-separated installation of many Django applications on the same host - Django Day CPH 2023
How to safely run many different weakly trusted Django applications on the same host.
Sponsored Link 2
The Django Experts You Can Count On
Unlock the full power of Django with our team of experts. We offer custom solutions, support, and strategic guidance. Elevate your Django projects with HackSoft! Learn more about our services.
Projects
PyHAT-stack/web-async-patterns
This repo shows patterns you can use to elevate Python web apps via streaming HTML and htmx
dougharris/unified_docs_switcher
Browser extension to switch to the preferred version of the documentation.
pauloxnet/uDjango
A single file Django micro project created for demonstration purposes to be used in the same way as other Python frameworks.