From 559bf54fbee6ce076c3d770f0beb9f13be85e986 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 13 Apr 2018 23:31:52 +0200 Subject: [PATCH] Add heroku procfile --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..10e05d6 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: python manage.py migrate && gunicorn workout.wsgi --log-file - +