#9167: shutdown_message option missing in runserver.py
------------------------------------+---------------------------------------
Reporter: jjackson | Owner: nobody
Status: new | Milestone: post-1.0
Component: Uncategorized | Version: 1.0
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 1
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by jjackson):
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 1
* needs_docs: => 0
Comment:
To fix the problem of the Control-C, change the inner_run method:
{{{
except KeyboardInterrupt:
if shutdown_message:
print '\n'+shutdown_message
sys.exit(0)
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/9167#comment:1>
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---