Hacker News new | ask | show | jobs
by kirkdouglas 3491 days ago
You can easily replace template engine and ORM in Django when your project becomes large. I've personally made this several times.
1 comments

You easily ripped out the orm and templating engine on a large project?

Would love to know how.