Collect static with static files

This commit is contained in:
Jake Howard 2023-07-16 15:11:31 +01:00
parent d5ed93db2a
commit c1019ed573
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -85,6 +85,7 @@ django_checks:
- static
script:
- apt-get update && apt-get install --yes libpq-dev
- ./manage.py collectstatic --noinput --clear
- ./manage.py check
- ./manage.py makemigrations --check --noinput