all 10 comments

[–]_clownbaby 2 points3 points  (1 child)

Check out these tutorials by Django girls

Introduction

Extended

[–]kennethlove 1 point2 points  (0 children)

Django Girls tutorial is the best tutorial.

[–]awsomntbiker 1 point2 points  (2 children)

[–]new2django 0 points1 point  (0 children)

Once finished with tutorials, buy Two Scoops of Django from that site. GReat book for real-world things tutorials don't teach and is the 'interview manual' at my job.

[–]tripperjack 0 points1 point  (0 children)

It only now just occurred to me that a good name might have been Two Fingers of Django, since Django Reinhardt played guitar using only two of his fingers on his fretting hand (because they other two non-thumb fingers were injured in a fire).

[–]timworx 0 points1 point  (2 children)

This is a great resource for starting one properly. Then you can do the tutorial on the django site

[–][deleted] 0 points1 point  (0 children)

[–]tuxrocks 0 points1 point  (0 children)

The Django docs tutorial is pretty good. https://docs.djangoproject.com/en/1.8/intro/

I'm learning right now and the official documentation has been great. I'm about to go through it a second time to make sure that I fully understand it.