Hacker News new | ask | show | jobs
by shams93 637 days ago
Django is going to get you up and running and in business, while springboot is much harder to deploy.
2 comments

What's the recommended deployment platform for Django?
a computer
thanks I thought the same. Will focus on django
While I hate Spring, it is much easier to deploy than django/python projects.

Spring is a single-file deployment and apt install openjdk, while django needs a venv or a whole container, dependency installs on the host etc. it's not even a contest.

okay got it, will keep that in mind, thank you