From 1a8a5d9a0d9122e4ba49d3b97d33e0327a6ef036 Mon Sep 17 00:00:00 2001 From: Rakha Abid Bangsawan <104017246+rakbidb@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:11:07 +0700 Subject: [PATCH] Update Procfile --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index b45c7f5..2ad35b5 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -release: django-admin migrate --noinput -web: gunicorn arto_moro_pbp.wsgi \ No newline at end of file +release: python manage.py collectstatic --noinput --clear +web: gunicorn arto_moro_pbp.wsgi