django1/django/core/servers
Jacob Kaplan-Moss bfdb7d26aa Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks, mitsuhiko.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-07 15:39:06 +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 #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks, mitsuhiko. 2009-05-07 15:39:06 +00:00
fastcgi.py Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan. 2009-04-01 21:37:34 +00:00