Learning django from its docs
So while I am trying to contribute to sympy and start my open source journey , i decided that i can spend 3-4 hrs learning django . So i googled best resource , and found that it's from django docs itself , i really wanted to contribute to django but i didnt even tried bcz i felt that its too late because its a huge organisation.
So i started reading django docs , installed django , made a project called mysite as mentioned , learnt basoc commands , ran dummy server , i forgot the real name , created poll app , basically i think in django app is like website's small part , and there are models which are databases maybe , and views which are represented by functions , and templates , and there is a special admin login , like its for the owner of the site , there is one word called Api , i have heard it many times , i dont really understand it now , hopefully i will , soon , bcz it feels to me its something important .
Yeah regarding open source , I am trying to find some issue and work on it, I understand issues but i have not worked on any , cuz i dont really know what to do , anf how to do it , and sympy codebase is very large .