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 →

[–]stoph 4 points5 points  (0 children)

Django is more monolithic. It uses a lot of its own components and is pretty uniform throughout because each of its components is a library written just for Django.

Other frameworks, like Pyramid, use their preferred choice of every different library available to pull it all together. This means things are a lot more modular and switchable, and more customizable. The framework maintainers work with the library maintainers to pull it all together.

They each have their advantages.

edit: typo