Read the Django docs
I usually come at a new language or framework with something small to accomplish. I have some idea of how to accomplish it in my primary language or framework so I use that vernacular to find out how to do what I want in the new language or framework. I know what a list is and how to use one. So, I look for the equivalent functionality in the language I am experimenting in. And so on. Same for frameworks. However, the django docs are not so overwhelming that you can’t read through them in a single sitting and I would advise you do so if you are interested in using django beyond the Polls tutorial. It gives you a base. It will take your mind in directions you hadn’t considered because you were using the context of another language or framework to formulate your ideas and how to implement them.
