Hacker News new | ask | show | jobs
by maxs 1896 days ago
Why do you think it reduces coupling? You can use Django apps to have decoupled Django services that all run in the same gunicorn webserver
1 comments

I mean less logical coupling inside the app. It's more in the family of a collection of libraries versus a batteries included framework. I'm considering that may be the best of both worlds. I never really liked the recreating the universe feeling of Flask.