💡 I built a #Django web app with a small team for a local non-profit. This article describes my experience going from complete concept to a live site serving my local community. https://www.mattlayman.com/blog/2020/concept-to-live-with-django/
django
This International Women's Day, we're celebrating a historic milestone in Django’s journey!🚀
For the first time ever, Django has women in every leadership position within the project.
Django people who deploy to a VPS: What is your current setup?
I've always used Ubuntu, Postgres, gunicorn, and nginx. But I'm curious how people have deviated from that approach.
Mostly thinking about small to medium projects, which run from a single server.
Each month, we're showcasing a DSF member to help you get to know the community better.
This month, we're featuring Cory Zue ( @czue ), member of the Social Media Working Group! 💚
👉https://www.djangoproject.com/weblog/2025/mar/14/dsf-member-of-the-month-cory-zue/
@paulox and I are putting together some Django Development Sprints. We're going to do them twice a year, in Pascara, Italy, and Palafrugell, Spain. Autumn and Spring. First one in October 🤞
Three days to get together and work on Django.
We're going with the working title, Django on the Med 🏖️
If that's something you might be interested in, we have a newsletter (Thanks @buttondown ❤️)
🚀 Django London is live!
Kicking off the evening with Sage Abdullah @laymonage presenting:
🎤 Run your tests against Django’s main!
Ever wonder why the #Django `date` filter uses formats from PHP?! I did! 😂
So, I made a `dateformat` filter which uses the normal #Python `strftime` format strings (cheatsheet here: https://strftime.org). Docs for the new filter: https://dj-angles.adamghill.com/en/latest/filters/dateformat.html
New `dj-call` and `dj-model` mappers were also added. Docs for the tags: https://dj-angles.adamghill.com/en/latest/tag-elements.html
Both included in the newly published 0.17.0 of `dj-angles`. ✨
📖 https://dj-angles.adamghill.com/
📦 https://pypi.org/project/dj-angles/
🛠️ https://codeberg.org/adamghill/dj-angles
Building accessible web forms in Django
https://www.valentinog.com/blog/django-accessible-web-forms/
We've just donated $5,000 to the @django Software Foundation
I've written a blog post about why it is important to @foxleytalent to support the great work they do.
https://foxleytalent.com/blog/dsf/
I have also mentioned the @opensourcepledge in the post and why their movement is helping Open Source Funding
#Django #DjangoSoftwareFoundation #DjangoCommunity #DjangoProject
At DjangoCon Europe 2025 I'm watching the talk "Anatomy of a Database Operation" by Karen Jex 🇬🇧🇫🇷
https://pretalx.evolutio.pt/djangocon-europe-2025/talk/BQHSMN/
#DjangoConEurope #DjangoConEurope2025 #DjangoConEurope25 #DjangoCon #Europe #Django #Conference #Dublin #PostgreSQL
Cool lightning talk by Samuel Searles-Bryant
They argue you should eagerly adopt new linting rules even if your existing code violates them.
The idea is that you stop your code from getting worse and fix the issues in your existing code if and when time permits.
They even created a python tool that automatically adds the appropriate ignore comments to your code after activating new rules.
Thank you to the amazing team @djangoconeurope for making this event happen again.
This was my 4th DjangoCon in the 6th year of working with Django and I've once again met many great people and heard lots of interesting talks.
Announcing an experimental new process for proposing ideas and features to the Django project 🌈
https://www.djangoproject.com/weblog/2025/apr/26/new-features-github-repo-and-project/ #Django
Just wrapped up our Google Summer of Code 2025 kickoff meeting!
Big thanks to all the contributors, mentors & admins who joined. Now let’s make this summer count! 💻✨
We’re excited to introduce our Google Summer of Code 2025 contributors!
These amazing folks will be working on impactful projects that will shape Django’s future.
Meet the contributors 👇
🧵 (1/5)
#Django #GSoC2025 #OpenSource #Python
Wagtail 7.0 has taken flight! Come have a look at all the things you can do with our newest release.
🌟 Big News! 🌟
🤝The 𝗗𝗷𝗮𝗻𝗴𝗼 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗙𝗼𝘂𝗻𝗱𝗮𝘁𝗶𝗼𝗻 (𝗗𝗦𝗙 - @djangoproject ) is fueling #DjangoConAfrica2025! 🚀🌍
Join them in igniting global innovation—sponsor us today! 👉 https://2025.djangocon.africa/sponsor_us 🎉✨
#djcafrica #djcafrica25 #DjangoConAfrica #django #sponsorship
I posted a summary of my experience at the "DjangoCon Europe 2025" conference. 🇪🇺🇮🇪
I listed in chronological order all the posts published on Mastodon during the conference. 💬
Lots of selfies guaranteed. 🤳
May's DSF member of the month is Simon Charette!
Simon is a longstanding contributor to Django's core, especially in the ORM. He has authored more than 300 commits that made it into Django! 💡
Learn more about Simon here! https://www.djangoproject.com/weblog/2025/may/14/dsf-member-of-the-month-simon-charette/
🚨 NEW EPISODE ALERT 🚨
We just released a new episode about building #Django #REST APIs! We give our hot takes about DRF, Django Ninja, and when to use one versus the other (spoiler alert: it depends!).
Episode 5: Chocolately Django REST APIs 🍫
We also talk about movies and give coffee updates. @sjbitcode also discovers who Pee Wee Herman is and @adamghill STILL hasn’t watched all of Severance!!! 🤦
And as always we would appreciate a 5 star review! ✨
https://djangobrew.com/episodes/17149995-episode-5-chocolately-django-rest-apis
We'll have a full recap blog post out soon, but we wanted to take a moment to celebrate a fantastic #PyConUS! We all had a great time. Thank you so much #PyConUS2025 organizers! And a special thank you to our friends @django, who shared their booth space and collaborated on meetups with us. We were a powerful team of advocates for Python web dev! 🙌
1 year later and there's a proper domain and site up for #Django Commons
I'm not a developer, I just know enough python code to get into trouble.
I'm trying to find the simplest way to run a python script which queries an api and displays the results on a Wordpress website.
I'm guessing I need to make a simple standalone website and embed that in a wordpress page... should I be looking into making a #django app?
Finally! Got my write up of my talk @djangoconeurope done! 😅
"How we make decisions in Django" 🦄
https://buttondown.com/carlton/archive/how-we-make-decisions-in-django/ #StackReport #Django