From fa12be2f04fb0a6cfc2fba3f41693fcb5159b4ce Mon Sep 17 00:00:00 2001 From: hollum <hollum@hotmail.com> Date: Mon, 14 Mar 2022 22:03:06 +0100 Subject: [PATCH] trying to fix bug on heroku backend --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c5da207..0295c39 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -release: python manage.py migrate +release: backend/secfit python manage.py migrate web: gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file - -- GitLab