How to learn django in short time?

How to learn django in one month?

It depends upon how much you want to learn. I’ve been working with it consistently for about 10 years now, and I’m still learning more about it.

Start by making sure you’re comfortable with Python, with an emphasis on classes, modules, and the Python Method Resolution Order (MRO).

Then, I believe the best places to start in Django are the Official Django Tutorial and the Django Girls Tutorial. Once you’ve worked your way through them, look for additional resources on the Awesome Django page in the “Educational” section.