|
|
|
|
|
by gomoboo
2100 days ago
|
|
I’ll add in a datapoint from someone that’s used Django almost exclusively for web work over the last 5 years. I’ve had to debug Django many times and most of the code following has been my own. When I have had to dig into Django’s internals their extensive test suite and clear code structure has made it easy enough to find the issue. Where I do find issue is that the lifecycle for their generic view API can be opaque. The docs have been improved there lately though. I’ll echo other comments in that Django allows new developers with no experience in Django to be productive quickly. The docs are the MVP there and cover everything from tutorials to in-depth feature write-ups with examples and best-practices. |
|