While I always recommend people start out with either or both of the Official Django Tutorial and the Django Girls tutorial, there are lots of materials out there.
A good resource for finding resources is the Awesome Django page, in this case you’ll be looking for the Educational section.
Whatever you do, I most strongly suggest that you don’t try to mix resources. With Django, there’s usually more than one way to do something, and different tutorials may adopt different styles, patterns or techniques. Trying to pull something from “tutorial A” and use it in “tutorial B” without really understanding what you’re doing is going to lead to confusion and likely cause problems.