top | item 31557636

(no title)

joaodlf | 3 years 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.

discuss

order

bodge5000|3 years ago

Different strokes for different blokes I guess. For me, Django has always been a massive pain to get up and running with, but once the groundworks done it just gets easier.

Haven't tried Flask myself though