favicon clear background tweaks

plus collectstatic with --no-input
This commit is contained in:
Mouse Reeve 2020-10-05 14:23:04 -07:00
parent 8d9474275e
commit 9b45c2d4d1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 48 KiB

2
fr-dev
View file

@ -45,7 +45,7 @@ case "$1" in
docker-compose exec web coverage report
;;
collectstatic)
docker-compose exec web python manage.py collectstatic
docker-compose exec web python manage.py collectstatic --no-input
;;
*)
echo "Unrecognised command. Try: up, initdb, resetdb, makemigrations, migrate, shell, dbshell, restart_celery, test, test_report"