Django in Production with Apache Web Server (includes info about nginx, mod_wsgi, wsgi pre-loading)

Описание к видео Django in Production with Apache Web Server (includes info about nginx, mod_wsgi, wsgi pre-loading)

#production #apache #django #mod_wsgi #wsgi #nginx

Apache HTTP Server is without doubt one of the best web server available. In this screencast you will learn first of all why to consider apache for production, you will learn some important concepts which will ease you friendship with Apache and most importantly how to quickly deploy a django project with Apache Web Server.
Notice that in this screencast I use dev version of django settings i.e. DEBUG=True. On real production machine you must change that to DEBUG=False.

Комментарии

Информация по комментариям в разработке