On 2012-06-09, at 17:18 , Raitucarp wrote:
> So, I was confused with manage.py runserver. Is it the same as
> mod_wsgi?
No, they have no relations
> Can I use daemon for wsgi with runserver, or I should
> install mod_wsgi?
You have to install mod_wsgi (or use some other HTTP server than Apache,
there are a number of options). Django's runserver is based on
wsgiref.simpler_server[0] which provides a very simple server for
testing and development, it is *not* suitable for production.
[0]
http://docs.python.org/library/wsgiref.html#module-wsgiref.simple_server