mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Add comment about running collectstatic as breadcrumb in run script
This commit is contained in:
parent
f0e6f0545c
commit
0271574e68
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue