From 3fb8e9a66773ca4fb7844ff95ffca5a2faddb3b9 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 25 Dec 2013 18:39:41 +0200 Subject: Use gunicorn on production --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile (limited to 'Procfile') diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..12538f8 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python manage.py run_gunicorn -b 0.0.0.0:$PORT -- cgit v1.3.1