Hacker News new | ask | show | jobs
by leetrout 1305 days ago
Django is one of the gold standards for me.

Great examples. Clearly noting what versions things changed. Ability to switch versions at the click of a button.

https://docs.djangoproject.com/en/4.1/

2 comments

I love Django. I was inspired this summer to start an open source project for gaps in their docs like setting up a local development environment, using React for the frontend, deploying to Heroku/AWS, adding Google Analytics, etc.

https://learndjangoreact.com/tutorial

https://learndjangoreact.com/docs/add-google-analytics

Django docs have much better examples than many of its "tutorials" out there.
I help out on the Unofficial Django Discord a lot. I have to constantly tell people to go do the tutorial on djangoproject.com instead of some rando youtubers totally broken tutorial. It's crazy how many incompetent youtube tutorials there are just for django!