TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Django 5.2 Released

57 pointsby j4mieabout 2 months ago

5 comments

ericholscherabout 2 months ago
Been using Django in production since 2008, and so happy with my choice. Absolutely amazing being able to keep the same knowledge and workflow for my whole career so far, and still have a modern, maintained piece of software as a base. The Django Admin still makes my life better all these years later.<p>Props to the Fellows who are keeping these releases running on time and getting better every year. Boring software FTW!
newswangerdabout 2 months ago
&gt; All models are automatically imported in the shell by default.<p>This is a huge usability improvement! We end up having to install shell plus in the dev environment on every project I&#x27;ve worked on, and it&#x27;s not always available to us in production environments for debugging. Having models import automatically will be a big help.
评论 #43557043 未加载
999900000999about 2 months ago
I just started using Django a few weeks ago, but it&#x27;s so much more flexible than Supabase&#x2F;Firebase. I feel like I have much better control now.
评论 #43557265 未加载
belterabout 2 months ago
In 2025, how much does it still make sense to go the Django way vs FastAPI ? Looking for well founded opinions. Not controversy.
评论 #43557289 未加载
评论 #43557253 未加载
评论 #43557199 未加载
评论 #43557153 未加载
评论 #43558502 未加载
评论 #43557202 未加载
评论 #43557174 未加载
评论 #43558893 未加载
评论 #43557918 未加载
评论 #43558087 未加载
评论 #43557192 未加载
评论 #43557124 未加载
devwastakenabout 2 months ago
i remember attempting to use django for building an SPA and implementing the rest api was not at all batteries included and came with many gotchas.