Re: Django in shared production server

2012-06-14 Thread Melvyn Sopacua
On 13-6-2012 10:28, ruma wrote: > Now I want to deploy in the production. But I do not have access to > the httpd. Use uwsgi deployment, start it up as your own user then remind the people at the service that you're paying them and request a config change to the webserver pointing the hostname t

Re: Django in shared production server

2012-06-13 Thread rum ish
Here is a link I found with some insight http://www.codekoala.com/blog/2008/installing-django-shared-hosting-site5/ On Wed, Jun 13, 2012 at 1:28 AM, ruma wrote: > Hi, > > I have bought a hosting service and trying to deploy the django > application.I ssh to the hosting linux server and have ins

Django in shared production server

2012-06-13 Thread ruma
Hi, I have bought a hosting service and trying to deploy the django application.I ssh to the hosting linux server and have installed django and everything working fine. Now I want to deploy in the production. But I do not have access to the httpd. Any suggestion how handle this. Any suggestion