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

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

Web hosting control panel for Django projects

2013-02-25 Thread Francesco Facconi
Hello everybody. I am searching for a Web Hosting Control Panel that allows me to have Django projects. It would be nice if it is an open source project. I have looked on the Wikipedia comparison page http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels but I have not found

Re: Web hosting control panel with django

2008-08-27 Thread AndyB
gt; >>> On Aug 12, 2:01 pm, "Juan Hernandez" <[EMAIL PROTECTED]> wrote: > >>>> i am currently developing one... Im calling it PyISP > > >>>> On Wed, Aug 13, 2008 at 2:18 PM, mike171562 > >>>> <[EMAIL PROTECTED]&

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.

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

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

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