Re: How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-16 Thread Muhammad Juwaini Abdul Rahman
You can refer to this as guidance: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-20-04 I never use Centos for production, (I use Ubuntu) but the steps in those link are probably similar with minimal modifications. On Fri, 15 Jul

Re: How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread kuda ronnie
contact me on my contact, which u will find on afrqweb.herokuapp.com (website still under development) best regards scientist On Fri, Jul 15, 2022 at 4:29 PM Abhilash Singh Chauhan < abhilashaan...@hau.ac.in> wrote: > Hii Everyone > > > > I have a Django App which I want to deploy on a Centos

Re: How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread Sajanraj T D
You can use gunicorn with nginx. https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04 On Fri, Jul 15, 2022 at 7:59 PM Abhilash Singh Chauhan < abhilashaan...@hau.ac.in> wrote: > Hii Everyone > > > > I have a Django App which I

How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread Abhilash Singh Chauhan
Hii Everyone I have a Django App which I want to deploy on a Centos Linux server having a global/public IP which is assigned to a domain and is secured with SSL . The System