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

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to