Commit 83c40099 by Calen Pennington

Don't try and tell install_es_indexes to be --noinput, it doesn't understand

parent 7531e625
...@@ -54,7 +54,7 @@ validate: test quality ...@@ -54,7 +54,7 @@ validate: test quality
migrate: migrate:
python manage.py migrate --noinput python manage.py migrate --noinput
python manage.py install_es_indexes --noinput python manage.py install_es_indexes
html_coverage: html_coverage:
coverage html && open htmlcov/index.html coverage html && open htmlcov/index.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment