0
Where can I learn django?
2 odpowiedzi
+ 1
I had tried it from its official website. There's a good tutorial for beginners.
Check it out here: https://docs.djangoproject.com/en/2.2/intro/tutorial01/
After completing that you can take a tutorial over MDNs website. It digs more deeper. https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Introduction
I prefer realpython.com for most of my python tutorials but never tried Django one. However planning to take one. You can check it out here : https://realpython.com/tutorials/django/
0
Thanks I will try all of these tutorials