From 57a71af8414d8c5fa5541814ddc4b8a5bd1987c6 Mon Sep 17 00:00:00 2001 From: Priyatham Sai Chand Date: Sat, 16 Jan 2021 10:16:17 +0530 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index fb33abb..5cfc894 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn myproject.wsgi +web: gunicorn commerce.wsgi