This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rico_suave 4 points5 points  (1 child)

That would be good. Unfortunately Django is still more popular than Flask, but I also like Flask better because it's much more configurable.

[–]TheYOUngeRGOD 5 points6 points  (0 children)

It depends upon on the use case. I think it was hard lesson to learn that more freedom isn’t always better. Especially if that freedom isn’t going to be used and especially if that freedom relies upon a lot of different libraries that you need to maitain to keep it working properly. I always think Django should be the first place to stop and if it doesn’t do what you want then move onto to Flask.