|
|
|
|
|
by herr_gurke
1345 days ago
|
|
I did some Django but in the days, and I completely agree that as long as you have CRUD, Django shines. The issue starts when you cannot really fit your uses cases into simple CRUD and you start to fight against the framework to achieve this. The author also made a point of negligible gains - even if you spend a week to setup auth, sessions etc. if still negligible for longer running projects |
|
I've recently had to make a mod to a decaying app written in GWT. It was easy because no one got creative. I think theres a long term risk with rolling you're own that you box yourself into a lot of corners without knowing it.