Djevops: Self-Host Django Easily
github.com
Djevops: Self-Host Django Easily
1–10 of 10 posts
Re: Djevops: Self-Host Django Easily
#2Everything still works, and if you have many small sites there's no beating the efficiency of it.
Re: Djevops: Self-Host Django Easily
#3Sometimes 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.
Re: Djevops: Self-Host Django Easily
#4Re: Djevops: Self-Host Django Easily
#5Sometimes 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.
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.
https://docs.djangoproject.com/en/6.0/howto/deployment/wsgi/...
Re: Djevops: Self-Host Django Easily
#6Re: Djevops: Self-Host Django Easily
#7Re: Djevops: Self-Host Django Easily
#8I prefer sticking with Docker. I have a Swarm cluster of ~10 services, all on the same 5$/month VPS.