|
|
|
|
|
by tcbasche
1367 days ago
|
|
I think most senior or experienced Python developers tend to steer clear of Django. 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/... |
|
Why? A shortcut like that is useful all the time when writing URL handlers (views in Django).