TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

My takeaways from DjangoCon EU 2025

115 点作者 SCUSKU14 天前

7 条评论

gitroom13 天前
Pretty cool seeing how people still go for Django even with so many new frameworks, always makes me wanna go back to it when stuff gets messy tbh
评论 #43847346 未加载
评论 #43831063 未加载
评论 #43836880 未加载
fidotron13 天前
Are people choosing Django for new projects much these days?
评论 #43826426 未加载
评论 #43826747 未加载
评论 #43826413 未加载
评论 #43826841 未加载
评论 #43828856 未加载
评论 #43828447 未加载
评论 #43829376 未加载
评论 #43826589 未加载
评论 #43826554 未加载
评论 #43826918 未加载
评论 #43827010 未加载
评论 #43841065 未加载
评论 #43832103 未加载
评论 #43829377 未加载
评论 #43826458 未加载
评论 #43826534 未加载
tmnvix13 天前
Thanks for the summary. Looking forward to the videos becoming available.<p>&gt; I talked to this speaker afterward, and asked him how they did nested modals + updating widgets in a form after creating a new object in a nested modal. He showed me how he did it, I&#x27;ve been trying to figure this out for 8 months!<p>Do share!
benwilber013 天前
&gt; Always use a BigInt (64 bits) or UUID for primary keys.<p>Use bigint, never UUID. UUIDs are massive (2x a bigint) and now your DBMS has to copy that enormous value to every side of a relation.<p>It will bloat your table and indexes 2x for no good reason whatsoever.<p>Never use UUIDs as your primary keys.
评论 #43827356 未加载
评论 #43827147 未加载
评论 #43829974 未加载
评论 #43826913 未加载
评论 #43826822 未加载
评论 #43827032 未加载
评论 #43844917 未加载
评论 #43827174 未加载
评论 #43827360 未加载
评论 #43828741 未加载
seanwilson12 天前
It&#x27;s easy to get something quick working with HTMX and Django, but if you want robust UI tests that actually test what happens when users click stuff, don&#x27;t you need to use something like Playwright? This can be pretty heavy, slow and flaky, compared to regular Django tests?<p>I find with HTMX, it can introduce a lot of edge cases to do with error handling, showing loading progress, and making sure the data on the current page is consistent when you&#x27;re partially updating chunks of it. With the traditional clunky full-page-refresh Django way, you avoid a lot of this.
flakiness13 天前
It looks like htmx is popular in the Django community. Is there any background story that made this? (Context: Just picked Django for a hobby project. Don&#x27;t know much about Webdev trend beyond, like, what are talked about on the HN top page.)
评论 #43827153 未加载
neural_embed13 天前
Some of the talks look really interesting — are there any YouTube videos linked? I couldn’t find those.
评论 #43826773 未加载