2020-12-11 Heroku peacefull fails
### connect to your apps
heroku git:remote -a proftgealtik-production
### disable collecstatic to hide errr message on production
heroku config:set DISABLE_COLLECTSTATIC=1
### Check if it fails on production
heroku run python manage.py collectstatic --dry-run --noinput
Last updated
Was this helpful?