The full Django polls tutorial source code

If you spend enough time in forums with people learning django, you'll hear about the polls tutorial a lot.
It's the number one recommendation for people learning django. And for good reasons!
It makes you go through all the steps you need to build a simple app. It has models, views, templates, and even tests.
And yet it is simple, and should be achievable by most.
Simple is a loaded word
For those with experience in django, the tutorial is definitely simple. Easy to follow along. But this came with experience.
By now, after a couple of years under our belt, we forget how the begginig, not only of django, but of web development, can be daunting.
Which is why, after seen people struggling with the tutorial, and asking for the source code, I decided to put it together.
The source code
The source code free, all yours, and available on gumroad.