A little confused, does python manage.py runserver use the paster web server or is this a django specific server?
+4
A:
It's a custom WSGI server built on BaseHTTPServer
and adapted from wsgiref.
Ignacio Vazquez-Abrams
2010-09-10 03:56:49