Add comment about running collectstatic as breadcrumb in run script

This commit is contained in:
igorkorenfeld 2022-09-16 12:43:40 -04:00
parent f0e6f0545c
commit 0271574e68
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -15,4 +15,7 @@ else
fi
fi
# Make sure that django's `collectstatic` has been run locally before pushing up to unstable,
# so that the styles and static assets to show up correctly on unstable.
gunicorn registrar.config.wsgi -t 60