diff --git a/bookwyrm/static/images/favicon.ico b/bookwyrm/static/images/favicon.ico index 92cc1661..f2397a61 100644 Binary files a/bookwyrm/static/images/favicon.ico and b/bookwyrm/static/images/favicon.ico differ diff --git a/fr-dev b/fr-dev index 742ec822..ae40e889 100755 --- a/fr-dev +++ b/fr-dev @@ -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"