Re: karaage

2010-07-19 Thread Bernd Zeimetz
On 07/19/2010 12:03 PM, Josselin Mouette wrote: > Le lundi 19 juillet 2010 à 19:04 +1000, Brian May a écrit : >> Django applications come with a number of options to deploy under a >> webserver. My preferred in fastcgi, but this obviously isn't going to >> suit Debian, due to the non-freeness of fa

Re: karaage

2010-07-19 Thread Josselin Mouette
Le lundi 19 juillet 2010 à 19:04 +1000, Brian May a écrit : > Django applications come with a number of options to deploy under a > webserver. My preferred in fastcgi, but this obviously isn't going to > suit Debian, due to the non-freeness of fastcgi. Only for apache. FastCGI support is built-in

Re: karaage

2010-07-19 Thread Brian May
Next question: deployment. Django applications come with a number of options to deploy under a webserver. My preferred in fastcgi, but this obviously isn't going to suit Debian, due to the non-freeness of fastcgi. Should I have this application auto-configure itself to use a webserver? If so what

Re: karaage

2010-07-16 Thread Brian May
On 16 July 2010 17:58, Toni Mueller wrote: > I'd guess that this translates to your Django app in the following way: > > settings.py becomes eg. > > execfile("/etc/karaage/settings.py") Thanks! This seems a really good answer. Furthermore, looks like I shou

Re: karaage

2010-07-16 Thread Toni Mueller
Hi, On Fri, 16.07.2010 at 10:03:24 +1000, Brian May wrote: > python path, and then karaage can import then using "import > karaage.conf.settings" for example. Use of dist-utils and cdbs makes > the debian/rules file very simple. > > However, from the point of view of

Re: karaage

2010-07-16 Thread Floris Bruynooghe
On Fri, Jul 16, 2010 at 10:03:24AM +1000, Brian May wrote: > At present our (planned but not implemented) approach is to have our > python dist-utils script create a directory karaage/conf under the > python path, and then karaage can import then using "import > karaage.conf.sett

Re: karaage

2010-07-15 Thread Paul Wise
On Fri, Jul 16, 2010 at 8:03 AM, Brian May wrote: > On issue that has been nagging us - what is the best way to handle > python based config files? e.g. the settings.py file that is standard > for Django applications? This sounds like more of a question for the webapps list. My standard answer f

karaage

2010-07-15 Thread Brian May
Hello All, As part of my paid Job I am working on Karrage, and open source Django based application application for management of users and resources on shared cluster systems. http://code.vpac.org/trac/karaage As this is an open source GPL program (yes, management have already agreed to this