Re: Reload WSGI per request?

2010-05-21 Thread VWAllen
Thanks, Matt and Graham, this looks perfect, I'll give it a shot. V -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+

Re: Reload WSGI per request?

2010-05-20 Thread Graham Dumpleton
On May 21, 9:45 am, VWAllen wrote: > I have my project set up to use Apache/mod_wsgi with different configs > for dev, staging and production. I'd like to set up my dev server to > automatically reload the WSGI app per request (without touching my > django.wsgi file each time). If you want to d

Re: Reload WSGI per request?

2010-05-20 Thread Matt Cooney
On Fri, May 21, 2010 at 11:45 AM, VWAllen wrote: > I have my project set up to use Apache/mod_wsgi with different configs > for dev, staging and production. I'd like to set up my dev server to > automatically reload the WSGI app per request (without touching my > django.wsgi file each time). I'

Reload WSGI per request?

2010-05-20 Thread VWAllen
I have my project set up to use Apache/mod_wsgi with different configs for dev, staging and production. I'd like to set up my dev server to automatically reload the WSGI app per request (without touching my django.wsgi file each time). I looked at two wsgi middleware projects, memento and amnesia,