Re: Deploy Django app using cpanel

2021-06-24 Thread Kelvin Sajere
Not everyone can afford a VPS. And hosting a django website isn’t at all difficult. I use shared cpanel hosting for hosting django websites often, and it is easy. You just need to do it once and you never have to worry about doing it again. You still have to know how to host on VPS right? Or is it

Re: Deploy Django app using cpanel

2021-06-23 Thread Eugene TUYIZERE
Dear Jolio, can you send me step by step to host to DigitalOcean? regards, On Wed, 23 Jun 2021 at 20:52, Julio Cojom wrote: > cPanel it's a pain to deploy python applications, better change to a vps > with digitalocean or something similar. > > > > El mié., 23 de junio de 2021 11:37 a. m.,

Re: Deploy Django app using cpanel

2021-06-23 Thread Julio Cojom
cPanel it's a pain to deploy python applications, better change to a vps with digitalocean or something similar. El mié., 23 de junio de 2021 11:37 a. m., Franck Tchouanga < ftchoua...@gmail.com> escribió: > I see. > > On Wed, Jun 23, 2021, 11:38 AM Eugene TUYIZERE > wrote: > >> Dear Franck,

Re: Deploy Django app using cpanel

2021-06-23 Thread Franck Tchouanga
I see. On Wed, Jun 23, 2021, 11:38 AM Eugene TUYIZERE wrote: > Dear Franck, > > The problem I have now is to configure the django app in cpanel so that > users can browse it. As I said in previous email, I already have domain and > cpanel credentials. > > On Wed, 23 Jun 2021 at 12:17, Franck

Re: Deploy Django app using cpanel

2021-06-23 Thread Kelvin Sajere
I have a feeling the hosting company might have some input on how django is deployed on their shared Cpanel hosting, but in namecheap for instance, you would have to make sure you have imported the application in your wsgi, configured the media and static URLs and root to where you’d like them to

Re: Deploy Django app using cpanel

2021-06-23 Thread Eugene TUYIZERE
Dear Franck, The problem I have now is to configure the django app in cpanel so that users can browse it. As I said in previous email, I already have domain and cpanel credentials. On Wed, 23 Jun 2021 at 12:17, Franck Tchouanga wrote: > Hello I can assist you what is the problem. > > > On Wed,

Re: Deploy Django app using cpanel

2021-06-23 Thread Franck Tchouanga
Hello I can assist you what is the problem. On Wed, Jun 23, 2021 at 9:54 AM Eugene TUYIZERE wrote: > please assist > > On Tue, 22 Jun 2021 at 13:03, Eugene TUYIZERE > wrote: > >> Dear Team, >> >> I have an issue. I want to make my app productive. I bought a domain and >> I got cpanel

Re: Deploy Django app using cpanel

2021-06-23 Thread Eugene TUYIZERE
please assist On Tue, 22 Jun 2021 at 13:03, Eugene TUYIZERE wrote: > Dear Team, > > I have an issue. I want to make my app productive. I bought a domain and I > got cpanel credentials. The problem I have now is that I do not know how I > can configure the app in cpanel so that users can start

Deploy Django app using cpanel

2021-06-22 Thread Eugene TUYIZERE
Dear Team, I have an issue. I want to make my app productive. I bought a domain and I got cpanel credentials. The problem I have now is that I do not know how I can configure the app in cpanel so that users can start browsing it. I tried to connect to the database and I loaded the application