django1/django/core/servers
Malcolm Tredinnick ff47dc6ba0 Fixed #2600 -- Added an option to allow serving admin media from a custom path
with dev server. Thanks, adurdin@gmail.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-24 08:17:47 +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 #2600 -- Added an option to allow serving admin media from a custom path 2006-09-24 08:17:47 +00:00
fastcgi.py Fixed #2732 -- Allow first positional argument to runfastcgi() to be optional. 2006-09-21 13:45:24 +00:00