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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Effective Django

227 点作者 equilibrium大约 12 年前

12 条评论

po大约 12 年前
I'd recommend a section on 'Function Based Views' in there as well. I've personally found the CBV-based approach is sometimes good but in most cases I still prefer the FBV approach. You see it often enough that I think it is worth going over in detail.
评论 #5467987 未加载
评论 #5467931 未加载
phildini大约 12 年前
If you want to see the video of the guy who wrote Effective Django giving it as a tutorial, here you go: <a href="http://pyvideo.org/video/1717/effective-django-0" rel="nofollow">http://pyvideo.org/video/1717/effective-django-0</a>
film42大约 12 年前
This is wonderful! I feel like the django documentation, combined with 10,000 stack overflow questions is the wrong way to get started, and yet, that's how it was for me. I will use this all the time for tips and pointers. Thanks!!
eterm大约 12 年前
Fantastic so far, easy to follow.<p>I've come to a snag at "Writing a Test" (<a href="http://effectivedjango.com/tutorial/models.html#writing-a-test" rel="nofollow">http://effectivedjango.com/tutorial/models.html#writing-a-te...</a> ) though, it's not clear which file I should be adding the test class to.<p>From following the tutorial I would think models.py but from browsing the file structure I would expect test.py
评论 #5466607 未加载
评论 #5467292 未加载
评论 #5466594 未加载
joelthelion大约 12 年前
Looks fantastic! Is there a way to get the whole thing in ebook format?
评论 #5467406 未加载
评论 #5467323 未加载
评论 #5467118 未加载
seanlinehan大约 12 年前
This is awesome. I haven't touched Django even though I develop in Python on a daily basis... been meaning to but hadn't found a reason to. I've bookmarked this for when I finally get the itch.<p>Btw, there are some weird formatting issues in the tutorial (underscores after links?).
评论 #5467294 未加载
评论 #5466454 未加载
pmouzo大约 12 年前
Not a single mention of AJAX.
评论 #5466554 未加载
评论 #5467473 未加载
评论 #5466439 未加载
评论 #5466497 未加载
评论 #5467148 未加载
jamie大约 12 年前
The folks behind this project know Django really well - I've recommended this to people a number of times.
jbaiter大约 12 年前
This is awesome, I've been starting to get into Django over the last few weekends, and this is a godsend!
kanja大约 12 年前
This is nice, but I'd recommend two scoops of django over this.
评论 #5467945 未加载
jck大约 12 年前
considering that I already know python, if I wanted to make a good looking personal gtd type webapp, am I better off learning django or should I rather learn node.js?
buf大约 12 年前
I worked with Nathan (guy behind Effective Django) at Eventbrite for a few years and highly recommend him as being a very informed python and django expert.