From 5be69de69b27a9ae7c8d1a90b879bb3a858389ec Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Thu, 10 Sep 2020 08:42:35 -0600 Subject: [PATCH] updated Procfile to automatically apply migrations on push --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index fee5dfa..6a2f636 100755 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: gunicorn core.wsgi +release: python manage.py migrate \ No newline at end of file