#18611: Show the date and time when the dev server gets started
----------------------------------------+------------------------
               Reporter:  julien        |          Owner:  nobody
                   Type:  New feature   |         Status:  new
              Component:  Core (Other)  |        Version:  1.4
               Severity:  Normal        |       Keywords:
           Triage Stage:  Unreviewed    |      Has patch:  0
    Needs documentation:  0             |    Needs tests:  0
Patch needs improvement:  0             |  Easy pickings:  0
                  UI/UX:  0             |
----------------------------------------+------------------------
 It would be very useful, I think, if the dev server outputted the date and
 time when is gets started. Something like:

 {{{
 July 10, 2012 - 1:23pm
 0 errors found
 Django version 1.5.dev20120707224104, using settings 'src.settings'
 Development server is running at http://0.0.0.0:8000/
 Quit the server with CONTROL-C.
 }}}

 The server can't always be trusted to systematically restart when there's
 a code change. Because of that, I keep finding myself shutting it down and
 restarting it, just in case, because I'm not sure it actually just picked
 up the change. Seeing the date/time would help to quickly be sure.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18611>
Django <https://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