|
|
|
|
|
by joaodlf
1478 days ago
|
|
Yep. This is exactly how I feel. Django is great to get projects going, but eventually you just end up fighting it a lot. I even recommend people not to install too many flask extensions, just use Django if that is how you like your development. Flask is much better when you just build for it - It takes longer to deliver, but you'll be enjoying that project for years. Flask is for longevity. |
|
Haven't tried Flask myself though