django1/django/core/servers
Russell Keith-Magee 77e27e7de7 Fixed #7679 -- Added (configurable) highlighting colors to the development server. Thanks to Rob Hudson, hunteke, and Bastian Kleineidam for the various patches that contributed to the final result.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-04 12:16:09 +00:00
..
__init__.py Added 'django-admin.py runserver', which starts a lightweight development server running Django on a local port 2005-07-18 15:25:58 +00:00
basehttp.py Fixed #7679 -- Added (configurable) highlighting colors to the development server. Thanks to Rob Hudson, hunteke, and Bastian Kleineidam for the various patches that contributed to the final result. 2010-01-04 12:16:09 +00:00
fastcgi.py Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan. 2009-04-01 21:37:34 +00:00