From be3ea8991e50f99b98bc83e49536e704a1986f67 Mon Sep 17 00:00:00 2001 From: Anand Kumria Date: Tue, 5 Jun 2012 06:57:31 +0200 Subject: [PATCH] Specify how we run the application --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 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