#15880: manage.py: difficult to run in background (and crashes when input isn't 
a
terminal)
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  dstndstn@…                         |         Status:  new
                   Type:  Bug        |      Component:  Core (Management
              Milestone:             |  commands)
                Version:  1.3        |       Severity:  Release blocker
             Resolution:             |       Keywords:  regression
           Triage Stage:  Accepted   |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
-------------------------------------+-------------------------------------

Comment (by anonymous):

 For the sake of other people who are willng to do brutal hacks, the
 following change to autoreload.ensure_echo_on() makes this problem go away
 on supervisord:

 {{{
     try:
         attr_list = termios.tcgetattr(fd)
     except termios.error:
         return
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15880#comment:8>
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