|
|
|
|
|
by nprateem
661 days ago
|
|
For me the killer feature of django is the auto-generated admin UI. I initially started my last project using Spring boot, but I was astonished to find there was no equivalent. I don't know how people build websites in any speed without such a tool. I guess they just waste time duplicating effort on an admin UI or pay for one of those tools that can generate one from an API (meaning they have to also build an API). It's such a massive time-saver I switched to django after a week or so. |
|
And it encourages CRUD thinking instead of thinking about business processes and user experience
It's great for tiny/personal projects but in an organisation it can be a trap IMO