#18611 closed New feature (fixed)
Show the date and time when the dev server gets started
Reported by: | Julien Phalip | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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.
Change History (7)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
This seemed like a pretty simple addition so I added a patch for this to display the current Datetime in the format above.
Pull request is here -> https://github.com/django/django/pull/236
Let me know if it needs anything else.
comment:3 by , 12 years ago
Has patch: | set |
---|
comment:5 by , 12 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Why not.
This could help, until we get a better autoreloader (one day).