Skip to content
Snippets Groups Projects
Commit 79bb8046 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

Makefile.local: Silent django migration ouput

parent 72924548
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ build-webpack-prod:
.PHONY: run-migrations
run-migrations:
cd swh/web && python3 manage.py migrate
cd swh/web && python3 manage.py migrate 2>/dev/null
run-django-webpack-devserver: run-migrations
bash -c "trap 'trap - SIGINT SIGTERM ERR; kill %1' SIGINT SIGTERM ERR; npm run start-dev & cd swh/web && python3 manage.py runserver"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment