Re: problems while running through django.core.handlers.wsgi.WSGIHandler

2008-08-26 Thread vv2
Hi Karen, Thanks for your immediate reply! I will extract problematic app into separate project and get in touch with you later this day. Many thanks! On Aug 26, 4:48 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Tue, Aug 26, 2008 at 11:35 AM, vv2 <[EMAIL PROTECT

problems while running through django.core.handlers.wsgi.WSGIHandler

2008-08-26 Thread vv2
I am running my app on latest trunk (r8580 at the moment of writing this post) and I have nothing but problems while trying to deploy my stuff over mod_wsgi. Exception I am receiving is generic " 'str' object has no attribute '_default_manager' " which shows up when something goes wrong with admi

Re: newforms-admin weird error ( 'str' object has no attribute '_default_manager' )

2008-07-25 Thread vv2
I am experiencing same error message with r8053, however my situation is a bit different: - commenting out fieldsets definition doesn't help, - everything works perfectly on local dev server and fails deployed through mod_wsgi and mod_python (I didn't try with fcgi) I managed to narrow down the p

Re: Passing file contents to output w/o reading it to memory

2008-04-30 Thread vv2
On Apr 30, 3:39 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Although Django can be hosted on WSGI, I am not sure if it makes use > of this if it is available. I know it is mentioned in django/core/ > servers/basehttp.py, and that there are are means of specifying > platform specific ways of

Passing file contents to output w/o reading it to memory

2008-04-29 Thread vv2
Hi there, I just noticed latest changeset in django-trunk (http:// code.djangoproject.com/changeset/7510) and I started wondering if it is possible to pass file contents to output without actually storing it in memory. So, the question is: Is there anything like PHP's fpassthru() function (http: