Hacker News new | ask | show | jobs
by zalew 4916 days ago
> Django is LESS flexible than Rails, as it comes with it's own ideas about end-user UI

what?

Contrary to Rails, Django never forced front-end solutions upon the user, and every suggestion on the dev list to do so is dismissed, which I'm in particular very happy with. The exception is admin, being a full-featured out of the box solution, but even there are some occasional talks about decoupling the orm/forms/admin and provide generic APIs.