Re: Hosting recommendations please

2019-11-30 Thread Integr@te System
Hi Deb, Appropriate answer on service provider, bc of your requirement and their service alway mutability. On Sat, Nov 30, 2019, 21:01 Debabrata Chakraborty wrote: > Hi everyone, > > I'm a beginner Django developer. So my apologies in advance for newbie > like questions. > > I am building my si

Re: Hosting recommendations please

2019-11-30 Thread Debabrata Chakraborty
Hi everyone, I'm a beginner Django developer. So my apologies in advance for newbie like questions. I am building my site with *" *Django version 2.2.5 *"* and *" *SQLite 3.30 *" *in back-end. My question is - *#* Do services like "Heroku", "Digital Ocean", "Python Anywhere" and "AWS" - ha

Re: Hosting recommendations please

2019-04-03 Thread Mike Dewhirst
On 3/04/2019 8:27 pm, Saurabh Jaiswal wrote: Hey Mike, Launch a digital ocean droplet with plesk 17.08 with decent specs and you can run all your three websites with ease on it on a single droplet. You would have to setup apache mod_wsgi on it and you will be good to go. If you need help do let

Re: Hosting recommendations please

2019-04-03 Thread Saurabh Jaiswal
Hey Mike, Launch a digital ocean droplet with plesk 17.08 with decent specs and you can run all your three websites with ease on it on a single droplet. You would have to setup apache mod_wsgi on it and you will be good to go. If you need help do let me know. I have been running my django projects

Re: Hosting recommendations please

2019-04-02 Thread Mike Dewhirst
Thank you everyone for your recommendations. I have decided to see what DigitalOcean feels like. Cheers Mike On 2/04/2019 6:08 pm, Mike Dewhirst wrote: I have to move three Django websites away from my current VM service provider by the end of April because he is going out of the VM business.

Re: Hosting recommendations please

2019-04-02 Thread Sasa Kalaba
*1.) PythonAnywhere* - use for lightweight applications. Extremely easy to setup. *2.) Heroku* - easy to setup, and you can deploy anything up there. Price is also very reasonable. You'll have to get into some of the internal specifics (like dynos and whatnot). *3.) DigitalOcean*

Re: Hosting recommendations please

2019-04-02 Thread RLM
Have you had a look at AWS? We have had success with it. Roger On 2/4/19 6:08 pm, Mike Dewhirst wrote: I have to move three Django websites away from my current VM service provider by the end of April because he is going out of the VM business. One is a plain Mezzanine CMS on one VM running Ng

Re: Hosting recommendations please

2019-04-02 Thread Joel Mathew
I'm running mine off a Digitalocean 1GB droplet, and one hobby site off Heroku. Heroku has some latency noticeable occasionally, but the digitalocean droplet is perfect. I will scale to better specs once I go into active production. It's working fine for upto 10 users now. Sincerely yours, Joel G

Hosting recommendations please

2019-04-02 Thread Mike Dewhirst
I have to move three Django websites away from my current VM service provider by the end of April because he is going out of the VM business. One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn and the other two are on the second VM running Apache and mod_wsgi. I'm most familiar wit