You will learn python, but Django is it’s own beast. If you are experienced in another language or web programming then you will be fine jumping into Django. If this is your first language then you need to learn basic python first .
Read moreShould beginners learn Django or Flask?
Regardless of whether your end goal is to learn Flask or Django, start with Flask . It’s a great tool for learning web development fundamentals and best practices along with the core pieces of a web framework that are common to almost all frameworks. Flask is lighter and much more explicit than Django.
Read more