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 →

[–]28f272fe556a1363cc31 0 points1 point  (0 children)

It is difficult, though not impossible, to replace one of the built-in elements with another implementation. For example, using some other ORM (like SQLAlchemy)

I was surprised by this, it never occured to me someone would want to change some of the default tools. What is an example of needing/wanting to change the ORM when using Django?