Hi,

manage.py runserver is an embedded webserver for development and debugging purposes only.
Do not use it in production!
Use mod_wsgi, uwsgi, gunicorn or sth. for production.

See: https://docs.djangoproject.com/en/dev/howto/deployment/

hendrik


On 06/09/2012 05:18 PM, Raitucarp wrote:
So, I was confused with manage.py runserver. Is it the same as
mod_wsgi? Can I use daemon for wsgi with runserver, or I should
install mod_wsgi?


--
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