summaryrefslogtreecommitdiff
path: root/django/core/management/commands/runserver.py
AgeCommit message (Expand)Author
2008-08-30Fixed #8702 -- Set up the initial locale correctly for the development server.Malcolm Tredinnick
2007-10-13Removed unneeded use of `len()` in a couple expressions.Gary Wilson Jr
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-08-27Changed 'validate' and 'runserver' management commands to display the number ...Adrian Holovaty
2007-08-25Fixed #5224 -- Corrected name of admin media option in management runserver c...Russell Keith-Magee
2007-08-16Added shutdown_message to runserver command -- a hook for specifying a messag...Adrian Holovaty
2007-08-16Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty