Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAquib Javed
8,289 PointsBest way/resource to learn django?
Are we going to get a course on treehouse on django? If not, what might be the easiest way and best resource to learn django?
3 Answers
Kenneth Love
Treehouse Guest TeacherWe are definitely doing Django here on Treehouse, we just have to build up the required groundwork first. A long time ago, I jumped straight into doing Django without learning Python first and OMG did I make a lot of mistakes. So many things took way more time than they needed to and I went in a lot of circles. I don't want you all to have to deal with all of that.
Cissie Scurlock
11,072 PointsI've been using Tango with Django (http://www.tangowithdjango.com) and The official Django tutorial (https://docs.djangoproject.com/en/1.7/intro/tutorial01/). Both of them include information on installing Django as well as piecing together a project. I don't think it's necessary to do both but I found that the information stuck a bit more by doing both.
Samuel Webb
25,370 PointsYou could check this out if you want: http://gettingstartedwithdjango.com ... Its done by Kenneth Love so its probably done well. I haven't used it myself so I can't give any actual review of it.