DEV Community

Discussion on: Django vs Ruby on Rails: Web Frameworks Comparison

Collapse
 
davidmm1707 profile image
David MM👨🏻‍💻

I love Django, and most Django developers love the docs, but I dislike it.

It is well written, but the information is dispersed. Sometimes to do something, you need to look for information in 3 or 4 pages.

I would like to see something like Flutter, for example, on ListViews we have:

api.flutter.dev/flutter/widgets/Li...

The class, a lot of examples, to the right we have the constructors, properties, methods, etc.