Collect static with static files
This commit is contained in:
parent
d5ed93db2a
commit
c1019ed573
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ django_checks:
|
||||||
- static
|
- static
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install --yes libpq-dev
|
- apt-get update && apt-get install --yes libpq-dev
|
||||||
|
- ./manage.py collectstatic --noinput --clear
|
||||||
- ./manage.py check
|
- ./manage.py check
|
||||||
- ./manage.py makemigrations --check --noinput
|
- ./manage.py makemigrations --check --noinput
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue