Hacker News new | ask | show | jobs
by gpsarakis 4612 days ago
This app proves also very helpful if you use Nginx: https://github.com/andreiko/django_graceful
1 comments

> Django Graceful is a set of commands for deployment

> of django projects as fastcgi backends.

Or just use uwsgi[1] and supervisord[2] if possible.

[1] http://uwsgi-docs.readthedocs.org/en/latest/

[2] http://supervisord.org/