diff --git a/Procfile b/Procfile index 1d5dc0a..c365967 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python pacmanager/manage.py run_gunicorn -b 0.0.0.0:$PORT +web: python my_django_app/manage.py collectstatic --noinput; python pacmanager/manage.py run_gunicorn -b 0.0.0.0:$PORT