Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 132 words in the discussion.

Trending Topics

#django#apache#deploy#apps#still#prefer#sticking#docker#swarm#cluster

Discussion (5 Comments)Read Original on HackerNews

mmarianabout 2 hours ago
I prefer sticking with Docker. I have a Swarm cluster of ~10 services, all on the same 5$/month VPS.
factorialboyabout 1 hour ago
Cool project. I've built my own Django "harness" so I can't use it right now, but will consider for future projects.
spwa4about 2 hours ago
Sometimes I wonder why people don't just go back to apache mod_php, mod_python and know you can just deploy apps even if they aren't perfectly isolated.

Everything still works, and if you have many small sites there's no beating the efficiency of it.

ranger_dangerabout 2 hours ago
Some people still do... it's just that that means you've got to reinvent the wheel again when you inevitably need something like authentication, CRUD views, database support etc... that's where Django comes in I think; it can handle all that but also stays out of the way a lot more than other frameworks in my opinion.
andrelaszloabout 1 hour ago
You can deploy Django apps on Apache with mod_wsgi, maybe that's what they meant. Not sure about mod_python... I think it's dead.

https://docs.djangoproject.com/en/6.0/howto/deployment/wsgi/...