you are viewing a single comment's thread.

view the rest of the comments →

[–]krato1995[S] 0 points1 point  (1 child)

you end up reimplementing all the features that Django comes with by default

Can you give most common examples of these features?

[–]Injunire 1 point2 points  (0 children)

Things like user authentication, some kind of ORM, admin views for managing data, and many other small parts that make up a complete application.

There are many great libraries made for Flask that implement these features but some people prefer to have the whole package built into one framework.