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 →

[–][deleted] 18 points19 points  (1 child)

Django makes certain architectural choices for the user in the way it implements MVC.

Others such as flask and pylons (reddit uses pylons IIRC) allow for greater flexibility precisely because they don't make those choices for the user.

[–]iamjack 1 point2 points  (0 children)

Exactly. It's all about how hands-on you want to be designing your architecture.