diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |