Re: Giving easy access to designers

2007-04-17 Thread [EMAIL PROTECTED]
I decided to go with a quick and dirty solution: I wrote a small Python script that lists all the directories (i.e.: projects) in the designers' working directories and they can select which server to start. This should work well enough. Thanks for the suggestions. In case someone needs it, her

Re: Giving easy access to designers

2007-04-17 Thread Bryan L. Fordham
>> 3. Set up an Apache server for development (as indicated in the >> mod_python documentation). This has the disadvantages that I would >> need to manually set up a VirtualHost in apache2.conf for each project >> everytime one is added and also that they would need to maintain a >> hosts file o

Re: Giving easy access to designers

2007-04-17 Thread Julio Nobrega
If you think manage.py is the best solution but people would be unconfortable with the command line, you could make a few Python scripts to stay on their desktops so they would only need to double click them for something to happen. I don't know what requirements you have exactly and what's y