Re: Web hosting control panel for Django projects

2013-02-26 Thread Isuru 2eisuru
Well, I am using Webmin and I am satisfy with it. I tried zpanel but didn't like it. With File Manager module you can edit files on your browser. On Tue, Feb 26, 2013 at 6:00 PM, Thiago Avelino wrote: > Any panel that runs Python, Django will work. > > I recommend not to use control panel, I re

Re: Web hosting control panel for Django projects

2013-02-26 Thread Thiago Avelino
Any panel that runs Python, Django will work. I recommend not to use control panel, I recommend setting up the environment to know what is happening with your application. Cheers, Thiago Avelino On Mon, Feb 25, 2013 at 12:10 PM, Francesco Facconi wrote: > Hello everybody. > > I am searching

Re: Web hosting?

2010-08-31 Thread Juan de Dios Manjón Pérez
Webfaction +2 http://www.webfaction.com/demos/django Regards Juande We will be going live in a while, and we need hosting. I have a host in mind, but I wanted to know what others think? In your view, which host provides good Django support and decent performance? -- You received this messa

Re: Web hosting?

2010-08-31 Thread Robbington
Also the Linode support team are amazing, I have been left nothing but impressed by them. On Aug 31, 10:25 am, Robbington wrote: > I use a Linode with Ubuntu serving django with a uwsgi/cherokee setup. > Its remarkable how easy and intuitive it is and its hardly bank > breaking at £10 a month. >

Re: Web hosting?

2010-08-31 Thread Robbington
I use a Linode with Ubuntu serving django with a uwsgi/cherokee setup. Its remarkable how easy and intuitive it is and its hardly bank breaking at £10 a month. You cant beat the flexibility that you get. The only complaint I've got is the compatiblity issues with Django 1.1 and Cms. Its caused me c

Re: Web hosting?

2010-08-31 Thread Sithembewena Lloyd Dube
Thanks Kenneth, interesting summary. We would likely start off with WF as our needs at this point should be covered by their hosting. On Tue, Aug 31, 2010 at 10:25 AM, Kenneth Gonsalves wrote: > On Tue, 2010-08-31 at 10:13 +0200, Sithembewena Lloyd Dube wrote: > > We will be going live in a while

Re: Web hosting?

2010-08-31 Thread Kenneth Gonsalves
On Tue, 2010-08-31 at 10:13 +0200, Sithembewena Lloyd Dube wrote: > We will be going live in a while, and we need hosting. I have a host > in > mind, but I wanted to know what others think? In your view, which host > provides good Django support and decent performance? low cost small site - webfa

Re: Web hosting?

2010-08-31 Thread Sithembewena Lloyd Dube
Looks like my proposed host is at the top there by a wide margin On Tue, Aug 31, 2010 at 10:17 AM, Sithembewena Lloyd Dube wrote: > Ah, thanks Federico :) > > > On Tue, Aug 31, 2010 at 10:15 AM, Federico Maggi > wrote: > >> On Aug 31, 2010, at 10:13 AM, Sithembewena Lloyd Dube wrote: >> >> >

Re: Web hosting?

2010-08-31 Thread Sithembewena Lloyd Dube
Ah, thanks Federico :) On Tue, Aug 31, 2010 at 10:15 AM, Federico Maggi wrote: > On Aug 31, 2010, at 10:13 AM, Sithembewena Lloyd Dube wrote: > > > We will be going live in a while, and we need hosting. I have a host in > mind, but I wanted to know what others think? In your view, which host > pr

Re: Web hosting?

2010-08-31 Thread Federico Maggi
On Aug 31, 2010, at 10:13 AM, Sithembewena Lloyd Dube wrote: > We will be going live in a while, and we need hosting. I have a host in mind, > but I wanted to know what others think? In your view, which host provides > good Django support and decent performance? http://djangofriendly.co

Re: Web hosting control panel with django

2008-08-27 Thread AndyB
I also keep meaning to look at Pinax but I was rather put off by the apparent focus on social apps (in which I don't currently have much of an interest). I would like to see a some documentation about their proposed standard architecture. Does this exist other than in the current source code? Cur

Re: Web hosting control panel with django

2008-08-27 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-08-12, o godz. 20:48, przez mike171562: > > I was thinking of building a web hosting control panel using django. > Anybody have any thoughts on this, or heard of anyone else doing this? djangohosting.ch has account administrative panel build with Django. You can

Re: Web hosting control panel with django

2008-08-26 Thread Paddy Joy
The problem with using sudo on the www user is that if you are in a shared environment, anyone can upload a web page/script to their website and call the passwd command. If you use mod_wsgi or fcgi with apache you can specify the user that the django app runs under. In my case I am running my app

Re: Web hosting control panel with django

2008-08-26 Thread mike171562
This is the problem I am having, I am currently using sudo for the www user to get around it, but dont think thats a very secure solution. On Aug 20, 12:16 am, Paddy Joy <[EMAIL PROTECTED]> wrote: > I'm also developing a control panel as a personal project for a shared > hosting setup. > > The fe

Re: Web hosting control panel with django

2008-08-19 Thread Paddy Joy
I'm also developing a control panel as a personal project for a shared hosting setup. The features I'm working on at the moment are: DNS - frontend for myDNS Mail - frontend for Postfix (running mysql backend) With user management and vhost management I have hit a bit of a stumbling block. I'm

Re: web hosting

2008-04-30 Thread Kenneth Gonsalves
On 30-Apr-08, at 3:09 PM, sharongolfer wrote: > I am not a tech head and so excuse my basic language. My web site has > been redesigned using Python and Django. My current hosting company > supports Python but not Django, does this matter? If it does can > anyone recommend a host. The designer

RE: web hosting

2008-04-30 Thread Sharon Coleman
That's great help thanks I will check them out. From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Justin Lilly Sent: 30 April 2008 12:13 To: django-users@googlegroups.com Subject: Re: web hosting If your host supports pytho

Re: web hosting

2008-04-30 Thread Tim Chase
> If your host supports python, it should support django as well. Woah...BIG CAVEAT. I've used hosting services that only have CGI available for running python programs. While yes, I believe I've seen a hack float by that allows Django apps to be "run" within CGI, it entails horrible performa

Re: web hosting

2008-04-30 Thread Justin Lilly
If your host supports python, it should support django as well. You can also check out webfaction http://www.webfaction.com for more information. Feel free to contact me directly if you have any questions. -jusin On Wed, Apr 30, 2008 at 5:39 AM, sharongolfer <[EMAIL PROTECTED]> wrote: > > I am n

Re: web hosting

2006-04-12 Thread PythonistL
I use Dreamhost and it works OK. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to

Re: web hosting

2006-04-12 Thread Jeremy Dunck
On 4/12/06, tgone <[EMAIL PROTECTED]> wrote: > > Does anyone know of a good hosting company that already has Django > installed? http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: Web hosting solutions?

2005-08-15 Thread Michael Josephson
The docs about setting up mod_python are at www.djangoproject.com/documentation/modpython/ You'll need a way to specify the mod_python settings in Apache, you might find that your hosting company lets you do this through a .htaccess file. In terms of having shell access, it would be handy in ter

Re: Web hosting solutions?

2005-08-15 Thread Tesla
Hmm, i just took a look. All of my hosting options have mod_python but not all have shell access. Is shell access a prerequisite? Tesla

Re: Web hosting solutions?

2005-08-15 Thread Tesla
Thanks, Is there a tutorial on the set up? Can you point me to it? I can't find anything that applies on the Django site. Tesla

Re: Web hosting solutions?

2005-08-15 Thread Michael Josephson
There is a (growing) list of Django friendly web hosts a: http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts If your current provider supports mod_python or FCGI then you should be OK. -Michael