From d42b72bba737fc540586be01b14d4d7a128be2cd Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 17 Feb 2021 22:47:13 -0500 Subject: [PATCH] procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..f8c5443 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn django_rest_api.wsgi