Hacker News new | ask | show | jobs
by bufke 1122 days ago
I'd love to know more about what makes Django harder to deploy. Is there an example you're comparing it to? Is there a solution that you can imagine that would make it easier?
1 comments

Ideal for deploy-ability is a single binary/container and database (for most small single machine projects you can even get away with SQLite).

Django is not that, by default.