6 ms·
Fair warning: 2 Scoops definitely assumes some familiarity with how Django works, specifically models, views, templates, and forms. It won't introduce these con
by jimray 14y ago
Fair warning: 2 Scoops definitely assumes some familiarity with how Django works, specifically models, views, templates, and forms. It won't introduce these concepts to you but will help you use them better.
The official Django Tutorial is still a great starting place for getting your head wrapped around that stuff -- https://docs.djangoproject.com/en/dev/intro/tutorial01/ https://docs.djangoproject.com/en/dev/intro/tutorial01/
- joshschreuder 14y agoThanks, I worked through the tutorial, so I know the basics I suppose. But I got to the end and wanted it to keep going, so I guess this book will come in handing for learning beyond the official tutorial. I'm also going to check out http://gettingstartedwithdjango.com http://gettingstartedwithdjango.com
- johnthedebs 14y agoNote that with this latest release, the tutorial from the official docs has been revamped and expanded.
- pydanny 14y agoHaving worked on both the revamped tutorial and http://django.2scoops.org http://django.2scoops.org, I approve this conversation thread. ;-)
- simeonf 14y agoIf you're interested: I wrote an extended follow-up to the 1.4 tutorial that is a bit more real-world: using South for migrations, bootstrap templates, learning to use the forms library, adding popular apps like debug-toolbar and so on, writing annotation and aggregation queries, etc. See the "courseware" link at http://simeonfranklin.com/pro-django-class/ http://simeonfranklin.com/pro-django-class/
- joshschreuder 14y agoI'll check it out, thanks!