Re: Django inbuilt server

2019-04-03 Thread Saurabh Jaiswal
Django uses wsgi webservers by default. On Wed, Apr 3, 2019 at 1:53 PM PASCUAL Eric wrote: > Hi, > > Chances are that you're thinking about "runserver", which is a management > command. On Unix based systems (i.e. Linux or MacOS) you start it with : > > *./manage.py runserver* > > I'm not exactl

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: Urgently need help with deploying django on plesk.

2019-04-01 Thread Saurabh Jaiswal
Got django running gracefully on plesk. The issue was on the mod wsgi alias. On Mon, Apr 1, 2019 at 8:43 AM Mike Dewhirst wrote: > On 1/04/2019 1:47 pm, Saurabh Jaiswal wrote: > > Hey Mike, > > I have access to the pesk server as root user. > > I have been facing issue wi

Re: Urgently need help with deploying django on plesk.

2019-03-31 Thread Saurabh Jaiswal
Hey Mike, I have access to the pesk server as root user. I have been facing issue with the mod_wsgi setup process. On Mon, Apr 1, 2019 at 6:03 AM Mike Dewhirst wrote: > On 1/04/2019 3:29 am, Saurabh Jaiswal wrote: > > Can someone please help me with deploying django on plesk o

Urgently need help with deploying django on plesk.

2019-03-31 Thread Saurabh Jaiswal
Can someone please help me with deploying django on plesk onyx 17.08. Been unsucessful trying to launch it. -- 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 djang