From ad509383d81e12071e84b7b609fc292ad68e63c1 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 1 Apr 2019 16:44:57 +0200 Subject: [PATCH] Create missing cache tables --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 967f654..96f4482 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -release: python manage.py migrate -web: gunicorn manuels_collection.wsgi --log-file - \ No newline at end of file +release: python manage.py migrate && python manage.py createcachetable +web: gunicorn manuels_collection.wsgi --log-file -