Re: Logging in Django

2010-05-31 Thread Russell Keith-Magee
On Sat, May 29, 2010 at 12:46 AM, Vinay Sajip wrote: > > On May 28, 4:48 pm, Russell Keith-Magee > wrote: >> Following some discussion at the DjangoCon.eu sprints, here's what >> we've got on the table regarding adding logging support to Django. >> >> The core of Vinay's work is essentially ready

Re: ipv6 support for runserver - stuck in DDN for 2 yrs

2010-05-31 Thread Russell Keith-Magee
On Fri, May 28, 2010 at 6:25 PM, Erik Romijn wrote: > Hi, > > I noticed that there is a patch for IPv6 support in runserver, > http://code.djangoproject.com/ticket/7735 , and a maintainer willing to > make it cleanly apply to the latest trunk. > > However, for some reason it's been stuck in DDN fo

Re: Proposal: Replace django.contrib.formtools.wizard

2010-05-31 Thread Harro
+1 on the storage backend. Can the current filestorage backend be reused for this? On May 31, 10:44 am, Gert Van Gool wrote: > MEDIA_ROOT isn't a good solution. It should use a StorageBackend. > For instance, when you use a load-balancer there is no guarantee that > your session hits the same se

Re: Proposal: Replace django.contrib.formtools.wizard

2010-05-31 Thread Gert Van Gool
MEDIA_ROOT isn't a good solution. It should use a StorageBackend. For instance, when you use a load-balancer there is no guarantee that your session hits the same server twice. -- Gert Mobile: +32 498725202 Web: http://gert.selentic.net On Mon, May 31, 2010 at 10:36, Gregor Müllegger wrote: >

Re: Proposal: Replace django.contrib.formtools.wizard

2010-05-31 Thread Gregor Müllegger
Storing the file in a temporary directory is elegant but brings up some new problems. IMO it's critical - if you want to support file uploads - to put these files into MEDIA_ROOT. Otherwise you wouldn't be able to show previews of uploaded images etc. 2010/5/30 TiNo : > On Sat, May 29, 2010 at 22