From 66ac4361027a70523136c50c36b5b1390ea3355a Mon Sep 17 00:00:00 2001 From: 908599 Date: Wed, 27 Apr 2022 17:48:40 +0200 Subject: [PATCH] Change Procfile --- .idea/misc.xml | 3 +++ Procfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 675a7b9..a6327cc 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ + + \ No newline at end of file diff --git a/Procfile b/Procfile index 00124df..9fcbea6 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn myproject.wsgi \ No newline at end of file +web: gunicorn commerce.wsgi \ No newline at end of file