Re: session in all templates?

2007-07-11 Thread Simon Drabble
On Wed, 11 Jul 2007, Martin Kaffanke wrote: > Am Mittwoch, den 11.07.2007, 12:26 -0400 schrieb Simon Drabble: >> On Wed, 11 Jul 2007, Martin Kaffanke wrote: >> >>> Hi there! >>> >>> How can I configure django to put the session (request.session) in

Re: session in all templates?

2007-07-11 Thread Simon Drabble
On Wed, 11 Jul 2007, Martin Kaffanke wrote: > Hi there! > > How can I configure django to put the session (request.session) in all > templates? > > I want to put a 'Hello Username' for logged in Users, and I want to do a > dynamic login/logout button into the menu, depends on if there is a > logg

Re: Spawning long processes

2007-07-05 Thread Simon Drabble
can you see it with ps)? What OS are you using, and have you verified that the code you are uring works outside of django (write a small shell script that does nothing but call the external torrent process - does that work as expected?). -Simon. > On Jul 5, 2:57 pm, Simon Drabble <[EMAIL PROTECTED

Re: [django-users] Re: Spawning long processes

2007-07-05 Thread Simon Drabble
On Thu, 5 Jul 2007, Oliver Charles wrote: > > Just to give an update, I've tried forking the view, and then turning > the child process into a daemon with a double fork, and then exiting > before it gets to the return, and letting the parent do the return, > but this is not working either... > >

Re: [django-users] Re: Including [django-users] in subject line?

2007-06-09 Thread Simon Drabble
On Sun, 10 Jun 2007, Kenneth Gonsalves wrote: > > > On 10-Jun-07, at 7:33 AM, Mike Schinkel wrote: > >> Does anyone know of a free service (or software) that I could proxy >> through >> that would let me add a subject header? Given that it appears to be a >> non-negotiable on the list, that's ab

Re: [django-users] FileBrowser v 2.0

2007-06-07 Thread Simon Drabble
On Thu, 7 Jun 2007, patrickk wrote: > > I´ve just released a new version of the filebrowser: > http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki > > things to come: > ### i18n > ### integration of snipshot and picnik for basic image-editing > (already working on that one) > > thanks, > patr