summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5401331..feb91a3 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ regenerate_all: migrate default_import install_fixture ## regenerate all the dat
$(PYTHON) manage.py createsuperuser
crawl: ## launch crawl on the first planified crawler
- $(PYTHON) manage.py launch_crawl --first-available
+ $(PYTHON) manage.py launch_crawl --first-available > /dev/null
run: ## run test server
$(PYTHON) manage.py runserver 0.0.0.0:8000