#10814: management loaddata with verbosity > 0 fails silently under WSGI
---------------------------------------------+------------------------------
          Reporter:  yourcelf                |         Owner:  nobody           
                        
            Status:  new                     |     Milestone:                   
                        
         Component:  Core framework          |       Version:  SVN              
                        
        Resolution:                          |      Keywords:  management 
loaddata verbosity stdout wsgi
             Stage:  Design decision needed  |     Has_patch:  0                
                        
        Needs_docs:  0                       |   Needs_tests:  0                
                        
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Changes (by ubernostrum):

  * stage:  Unreviewed => Design decision needed

Comment:

 Personally I'm inclined toward wontfix on this one, for a few reasons:

 1. Management commands are typically designed to be invoked via the
 command line or, in some cases, as cron jobs. While you ''can'' invoke
 them from web requests, that's not really the use case they primarily
 target.

 2. Even if we were to decide to work around this in some fashion, we'd be
 left with a glaring problem: there's no way to tell (AFAIK), from inside
 the management command, that it's been invoked during processing of a
 request through WSGI.

 3. It's easy enough to just dial down the verbosity as your situation
 warrants.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10814#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to