(no title)
tcbasche | 3 years ago
It's just that you don't hear about it because it's mostly junior / less experienced developers writing about Django online.
edit: having said that, I wish we would be more skeptical of magic frameworks like Django in the Python community at least. Things like 'get_object_or_404'[1] should be burned to the ground.
[1] https://docs.djangoproject.com/en/4.1/topics/http/shortcuts/...
mwcampbell|3 years ago
Why? A shortcut like that is useful all the time when writing URL handlers (views in Django).
tcbasche|3 years ago
vault|3 years ago
tcbasche|3 years ago
cutler|3 years ago