On Sat, Sep 17, 2022 at 05:02:51PM +0100, Rivière Du Changement wrote:
> hello how to deploy django project
There are lots of ways to deploy Django depending on your needs. I
usually use Apache and mod_wsgi[1] for my personal projects because it's
what I've used forever. I've recently had good success with gunicorn[2]
proxied behind Apache. I like hosting like this because I was a Linux
admin in a previous life.
If you just want to get deployed ASAP and you want to do as little work
as possible, there are a bunch of platform-as-a-service(PaaS)[3] offerings
out there that will handle hosting your project without having to set up
a webserver or mess around with an operating system like linux.
[1] https://docs.djangoproject.com/en/4.1/howto/deployment/wsgi/modwsgi/
[2] https://docs.djangoproject.com/en/4.1/howto/deployment/wsgi/gunicorn/
[3] https://learndjango.com/tutorials/django-hosting-deployment-options
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20220917223501.GE3098%40fattuba.com.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment