Commit d22d0d41 by Calen Pennington

Merge pull request #12 from cpennington/fix-migrate-task

Don't try and tell install_es_indexes to be --noinput, it doesn't und…
parents 7531e625 83c40099
......@@ -54,7 +54,7 @@ validate: test quality
migrate:
python manage.py migrate --noinput
python manage.py install_es_indexes --noinput
python manage.py install_es_indexes
html_coverage:
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