Hacker News new | ask | show | jobs
by Alex3917 4961 days ago
"Pylons is loosely coupled. Not Django."

Django isn't loosely coupled by default, but it can be used in a relatively loosely coupled way. E.g. you can easily use your own SQL and templating engine. Yes you can't just hot swap in a new web framework without rewriting the core app code, but that's the case with every framework.