From 7f2c63be9b7bdeb654f856fa4ea396d00af09eba Mon Sep 17 00:00:00 2001
From: hollum <hollum@hotmail.com>
Date: Mon, 14 Mar 2022 22:01:19 +0100
Subject: [PATCH] trying to fix bug on heroku backend

---
 Procfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Procfile b/Procfile
index 3791efd..c5da207 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1,2 @@
-web: gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file -
\ No newline at end of file
+release: python manage.py migrate
+web: gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file -
-- 
GitLab